aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/math/bits.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2012-08-07math, runtime: use a NaN that matches gcc'sShenghou Ma
2011-09-29math: remove the leading F from Fabs etc.Rob Pike
2011-01-19math: handle denormals in Frexp, Ilogb, Ldexp, and LogbEoghan Sherry
2010-12-15math: change float64 bias constant from 1022 to 1023Eoghan Sherry
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian
2010-02-05math: special cases for Modf, Frexp and Ldexp; added Modf_386Charles L. Dorian
2009-12-15math: faster, easier to inline IsNaN, IsInfRuss Cox
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt-ify math, expvar, exp/spacewarRobert Griesemer
2009-10-15move math out of runtime.Russ Cox