summaryrefslogtreecommitdiff
path: root/src/pkg/math/Makefile
diff options
context:
space:
mode:
authorCharles L. Dorian <cldorian@gmail.com>2010-02-22 17:12:48 -0800
committerCharles L. Dorian <cldorian@gmail.com>2010-02-22 17:12:48 -0800
commit9924c473a4685372f1987495b3316776f5e23abf (patch)
treec3738335e01bb22602871225419453e68d43f6c9 /src/pkg/math/Makefile
parent723ebc7ad1f193a6b2e4f182f491fbd0fe2df4c0 (diff)
downloadgolang-9924c473a4685372f1987495b3316776f5e23abf.tar.gz
math: add lgamma; in-line special cases of acosh, nextafter
Added lgamma.go, tests and special cases. R=rsc CC=golang-dev http://codereview.appspot.com/217060 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/pkg/math/Makefile')
-rw-r--r--src/pkg/math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/math/Makefile b/src/pkg/math/Makefile
index e8c425293..e24c448f8 100644
--- a/src/pkg/math/Makefile
+++ b/src/pkg/math/Makefile
@@ -52,6 +52,7 @@ ALLGOFILES=\
fmod.go\
frexp.go\
hypot.go\
+ lgamma.go\
ldexp.go\
log.go\
log1p.go\