]> Cypherpunks repositories - gostls13.git/commit
math: add J0 and Y0 (Bessel functions)
authorCharles L. Dorian <cldorian@gmail.com>
Wed, 24 Mar 2010 16:25:49 +0000 (09:25 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 24 Mar 2010 16:25:49 +0000 (09:25 -0700)
commit6b6c3993d55ed71d3e5ca41b9f4cd8dc77c5876c
treef33ca91590421a183796449fae891dcb32fd1b8c
parent1c7cc5bd7af087a4d1cd1ac7c2b4703b7e7fdc3c
math: add J0 and Y0 (Bessel functions)

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