summaryrefslogtreecommitdiff
path: root/src/pkg/cmath/isnan.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+25
2011-09-13Imported Upstream version 60Ondřej Surý1-25/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2010-06-30cmath: correct IsNaN for argument cmplx(Inf, NaN)Charles L. Dorian1-2/+6
R=rsc CC=golang-dev http://codereview.appspot.com/1705041 Committer: Russ Cox <rsc@golang.org>
2010-04-05cmath: new packageCharles L. Dorian1-0/+21
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>