]> Cypherpunks repositories - gostls13.git/commit
math/big: fix formatting for 'b' format
authorRobert Griesemer <gri@golang.org>
Mon, 23 Feb 2015 21:15:10 +0000 (13:15 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 23 Feb 2015 21:23:50 +0000 (21:23 +0000)
commitce137592c0ee5fc262675092c6eea7b71f25850b
tree5d58b37f29b335ff2c588b89f5a99b90cecb8eba
parentf0bbb5c45023782c064c6241ba85897a3a3a2e18
math/big: fix formatting for 'b' format

Fixes #9939.

Change-Id: I9d60722b648fbc00650115da539a7466c6c86552
Reviewed-on: https://go-review.googlesource.com/5640
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/floatconv.go
src/math/big/floatconv_test.go