]> Cypherpunks repositories - gostls13.git/commit
math/big: implemented decimal rounding for Float-to-string conversion
authorRobert Griesemer <gri@golang.org>
Tue, 3 Feb 2015 22:29:03 +0000 (14:29 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 4 Feb 2015 21:06:37 +0000 (21:06 +0000)
commitbbd6771621247d77075cc71ad49a6a8d6cc076a7
tree02cca05023d001b747270f185875efd41a4bc5a5
parent3a8713575499622dbe77d78e9871dbe2ae94b8bb
math/big: implemented decimal rounding for Float-to-string conversion

Change-Id: Id508ca2f6c087861e8c6bc536bc39e54dce09825
Reviewed-on: https://go-review.googlesource.com/3840
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/decimal.go
src/math/big/decimal_test.go