summaryrefslogtreecommitdiff
path: root/src/pkg/math/frexp.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-4/+4
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+33
2011-09-13Imported Upstream version 60Ondřej Surý1-33/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+7
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+2
2010-04-26math: more special cases for signed zeroCharles L. Dorian1-3/+2
2010-04-09math: use ** for exponentiation in commentsCharles L. Dorian1-1/+1
2010-03-05frexp.go: remove html from commentRobert Griesemer1-1/+1
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian1-0/+28