mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
math: add J0 and Y0 (Bessel functions)
R=rsc CC=golang-dev https://golang.org/cl/661044
This commit is contained in:
parent
1c7cc5bd7a
commit
6b6c3993d5
3 changed files with 528 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ ALLGOFILES=\
|
|||
gamma.go\
|
||||
hypot.go\
|
||||
hypot_port.go\
|
||||
j0.go\
|
||||
logb.go\
|
||||
lgamma.go\
|
||||
ldexp.go\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue