Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-15 | cmath: add package description | Charles L. Dorian | 1 | -1/+1 | |
Also update range of Phase and Polar due to signed zero. [Phase(cmplx(-1, +0)) = pi and Phase(cmplx(-1, -0)) = -pi] R=rsc, r CC=golang-dev http://codereview.appspot.com/1235041 Committer: Rob Pike <r@golang.org> | |||||
2010-04-05 | cmath: new package | Charles L. Dorian | 1 | -0/+11 | |
Complex math function package. Still needs more special case checking. R=rsc CC=golang-dev http://codereview.appspot.com/874041 Committer: Russ Cox <rsc@golang.org> |