summaryrefslogtreecommitdiff
path: root/src/pkg/cmath/polar.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-12/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+12
2011-09-13Imported Upstream version 60Ondřej Surý1-12/+0
2010-05-15cmath: add package descriptionCharles L. Dorian1-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-09cmath: use ** for exponentiation in commentsCharles L. Dorian1-1/+1
R=rsc CC=golang-dev http://codereview.appspot.com/831045 Committer: Russ Cox <rsc@golang.org>
2010-04-05cmath: new packageCharles L. Dorian1-0/+12
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>