summaryrefslogtreecommitdiff
path: root/src/math/big/ftoa.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke2016-10-191-0/+2
* math/big: avoid panic in float.Text with negative precAlberto Donizetti2016-06-011-2/+5
* math/big: cleanup documentation for Format methodsMatthew Dempsky2016-03-211-5/+4
* math/big: fix comment typosMatthew Dempsky2016-03-151-3/+3
* math/big: more documentationRobert Griesemer2015-09-291-0/+1
* math/big: removed more unnecessary string conversionsRobert Griesemer2015-09-251-3/+3
* math/big: faster string conversion routinesRobert Griesemer2015-09-241-3/+3
* math/big: fix test for denormalized inputs and enable more test casesRobert Griesemer2015-09-241-5/+2
* math/big: factored out an internal accessor method (cleanup), added benchmarkRobert Griesemer2015-09-231-13/+3
* math/big: implement negative precision for Float.Append/TextRobert Griesemer2015-09-231-7/+83
* math/big: trim trailing zeros before hex printingDave Cheney2015-06-031-1/+1
* math/big: implement fmt.Formatter-compatible (*Float).FormatRobert Griesemer2015-06-021-3/+95
* math/big: rename (*Float).Format to (*Float).TextRobert Griesemer2015-05-291-8/+6
* math/big: fix latent decimal conversion bugRobert Griesemer2015-05-281-5/+3
* math/big: removed TODO, cleanupsRobert Griesemer2015-05-271-35/+150
* math/big: remove NaN support - just not worth itRobert Griesemer2015-03-311-1/+1
* math/big: added (internal) Float.form field for easier case distinctionsRobert Griesemer2015-03-121-2/+8
* math/big: simplified formatting logicRobert Griesemer2015-02-051-9/+12
* math/big: first version of Float %e, %f, %g, %G formatting workingRobert Griesemer2015-02-041-0/+181