math: add J0 and Y0 (Bessel functions)

R=rsc
CC=golang-dev
https://golang.org/cl/661044
This commit is contained in:
Charles L. Dorian 2010-03-24 09:25:49 -07:00 committed by Russ Cox
parent 1c7cc5bd7a
commit 6b6c3993d5
3 changed files with 528 additions and 0 deletions

View file

@ -56,6 +56,7 @@ ALLGOFILES=\
gamma.go\
hypot.go\
hypot_port.go\
j0.go\
logb.go\
lgamma.go\
ldexp.go\