summaryrefslogtreecommitdiff
path: root/src/pkg/math/bits.go
Commit message (Expand)AuthorAgeFilesLines
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-231-5/+5
* math, runtime: use a NaN that matches gcc'sShenghou Ma2012-08-071-1/+1
* math: remove the leading F from Fabs etc.Rob Pike2011-09-291-1/+1
* math: handle denormals in Frexp, Ilogb, Ldexp, and LogbEoghan Sherry2011-01-191-0/+10
* math: change float64 bias constant from 1022 to 1023Eoghan Sherry2010-12-151-1/+1
* math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian2010-02-181-48/+0
* math: special cases for Modf, Frexp and Ldexp; added Modf_386Charles L. Dorian2010-02-051-25/+14
* math: faster, easier to inline IsNaN, IsInfRuss Cox2009-12-151-4/+10
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-35/+35
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-8/+8
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-6/+6
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-3/+1
* gofmt-ify math, expvar, exp/spacewarRobert Griesemer2009-11-051-11/+10
* move math out of runtime.Russ Cox2009-10-151-0/+105