summaryrefslogtreecommitdiff
path: root/src/pkg/cmath/cmath_test.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-55/+55
2010-06-30cmath: correct IsNaN for argument cmplx(Inf, NaN)Charles L. Dorian1-4/+32
R=rsc CC=golang-dev http://codereview.appspot.com/1705041 Committer: Russ Cox <rsc@golang.org>
2010-04-05cmath: new packageCharles L. Dorian1-0/+825
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>