summaryrefslogtreecommitdiff
path: root/src/pkg/math/Makefile
diff options
context:
space:
mode:
authorCharles L. Dorian <cldorian@gmail.com>2010-03-26 14:09:39 -0700
committerCharles L. Dorian <cldorian@gmail.com>2010-03-26 14:09:39 -0700
commitff95626036bb6ce991fca21ea69f1a00b77958a4 (patch)
treec628199d4686f4edee25c7c7c1f8d70ca4815735 /src/pkg/math/Makefile
parent03b2171652e6d7dc6f1653fb61663d8b268d5d90 (diff)
downloadgolang-ff95626036bb6ce991fca21ea69f1a00b77958a4.tar.gz
math: add J1, Y1, Jn and Yn (Bessel functions)
Also amend j0.go (variable name conflict, small corrections). R=rsc CC=golang-dev http://codereview.appspot.com/769041 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/pkg/math/Makefile')
-rw-r--r--src/pkg/math/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/math/Makefile b/src/pkg/math/Makefile
index e8c4a2280..a29245fc3 100644
--- a/src/pkg/math/Makefile
+++ b/src/pkg/math/Makefile
@@ -57,6 +57,8 @@ ALLGOFILES=\
hypot.go\
hypot_port.go\
j0.go\
+ j1.go\
+ jn.go\
logb.go\
lgamma.go\
ldexp.go\