aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/ftoa.go
AgeCommit message (Expand)Author
2019-09-18math/big: avoid MinExp exponent wrap-around in 'x' Text formatRobert Griesemer
2019-02-26math/big: add %x float formatRuss Cox
2016-10-19math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke
2016-06-01math/big: avoid panic in float.Text with negative precAlberto Donizetti
2016-03-21math/big: cleanup documentation for Format methodsMatthew Dempsky
2016-03-15math/big: fix comment typosMatthew Dempsky
2015-09-29math/big: more documentationRobert Griesemer
2015-09-25math/big: removed more unnecessary string conversionsRobert Griesemer
2015-09-24math/big: faster string conversion routinesRobert Griesemer
2015-09-24math/big: fix test for denormalized inputs and enable more test casesRobert Griesemer
2015-09-23math/big: factored out an internal accessor method (cleanup), added benchmarkRobert Griesemer
2015-09-23math/big: implement negative precision for Float.Append/TextRobert Griesemer
2015-06-03math/big: trim trailing zeros before hex printingDave Cheney
2015-06-02math/big: implement fmt.Formatter-compatible (*Float).FormatRobert Griesemer
2015-05-29math/big: rename (*Float).Format to (*Float).TextRobert Griesemer
2015-05-28math/big: fix latent decimal conversion bugRobert Griesemer
2015-05-27math/big: removed TODO, cleanupsRobert Griesemer
2015-03-31math/big: remove NaN support - just not worth itRobert Griesemer
2015-03-12math/big: added (internal) Float.form field for easier case distinctionsRobert Griesemer
2015-02-05math/big: simplified formatting logicRobert Griesemer
2015-02-04math/big: first version of Float %e, %f, %g, %G formatting workingRobert Griesemer