summaryrefslogtreecommitdiff
path: root/src/pkg/math/frexp.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/math: undo manual inlining of IsInf and IsNaNLuuk van Dijk2012-02-011-3/+1
* math: regularize buildRuss Cox2011-12-131-1/+3
* math: handle denormals in Frexp, Ilogb, Ldexp, and LogbEoghan Sherry2011-01-191-1/+7
* math: change float64 bias constant from 1022 to 1023Eoghan Sherry2010-12-151-2/+2
* math: more special cases for signed zeroCharles L. Dorian2010-04-261-3/+2
* math: use ** for exponentiation in commentsCharles L. Dorian2010-04-091-1/+1
* frexp.go: remove html from commentRobert Griesemer2010-03-051-1/+1
* math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian2010-02-181-0/+28