Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-09 | math: use ** for exponentiation in comments | Charles L. Dorian | 1 | -11/+11 | |
R=rsc CC=golang-dev http://codereview.appspot.com/908041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-26 | math: add J1, Y1, Jn and Yn (Bessel functions) | Charles L. Dorian | 1 | -0/+426 | |
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> |