summaryrefslogtreecommitdiff
path: root/src/math/big/decimal_test.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: add benchmarks for big.Float StringAlberto Donizetti2016-10-181-1/+17
* all: fix "result not used" vet warningsJosh Bleecher Snyder2016-08-161-1/+3
* math/big: factored out an internal accessor method (cleanup), added benchmarkRobert Griesemer2015-09-231-0/+10
* math/big: implemented decimal rounding for Float-to-string conversionRobert Griesemer2015-02-041-0/+55
* math/big: implement precise Float to decimal conversion (core functionality)Robert Griesemer2015-02-031-0/+51