]> Cypherpunks repositories - gostls13.git/commit
math: add J1, Y1, Jn and Yn (Bessel functions)
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 26 Mar 2010 21:09:39 +0000 (14:09 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 26 Mar 2010 21:09:39 +0000 (14:09 -0700)
commit1ec91c8d1d871a8aa3243efef1d329d95e447293
tree763d44b4cce56aed8fe8c65db50c1a700da50abe
parentad73de2f5f8395e26d3d3d736ec7087f309f8afd
math: add J1, Y1, Jn and Yn (Bessel functions)

Also amend j0.go (variable name conflict, small corrections).

R=rsc
CC=golang-dev
https://golang.org/cl/769041
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/j0.go
src/pkg/math/j1.go [new file with mode: 0644]
src/pkg/math/jn.go [new file with mode: 0644]