summaryrefslogtreecommitdiff
path: root/src/pkg/math/j0.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+433
2011-09-13Imported Upstream version 60Ondřej Surý1-433/+0
2010-04-09math: use ** for exponentiation in commentsCharles L. Dorian1-15/+15
R=rsc CC=golang-dev http://codereview.appspot.com/908041 Committer: Russ Cox <rsc@golang.org>
2010-03-26math: add J1, Y1, Jn and Yn (Bessel functions)Charles L. Dorian1-38/+34
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>
2010-03-24math: add J0 and Y0 (Bessel functions)Charles L. Dorian1-0/+437
R=rsc CC=golang-dev http://codereview.appspot.com/661044 Committer: Russ Cox <rsc@golang.org>