]> Cypherpunks repositories - gostls13.git/commit
math/big: implement negative precision for Float.Append/Text
authorRobert Griesemer <gri@golang.org>
Wed, 23 Sep 2015 00:32:54 +0000 (17:32 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 23 Sep 2015 16:45:38 +0000 (16:45 +0000)
commit4fc9565ffce91c4299903f7c17a275f0786734a1
tree1e238eaf3e4859174c80758e84f71ab1177bd583
parentd02a4c1d60a875e5d4dd5300860e63d7e6ad8151
math/big: implement negative precision for Float.Append/Text

Enabled all but a handful of disabled Float formatting test cases.

Fixes #10991.

Change-Id: Id18e160e857be2743429a377000e996978015a1a
Reviewed-on: https://go-review.googlesource.com/14850
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/decimal.go
src/math/big/floatconv_test.go
src/math/big/ftoa.go