]> Cypherpunks repositories - gostls13.git/commit
math/big: first version of Float %e, %f, %g, %G formatting working
authorRobert Griesemer <gri@golang.org>
Wed, 4 Feb 2015 01:37:01 +0000 (17:37 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 4 Feb 2015 21:11:51 +0000 (21:11 +0000)
commit721d5893d7fbc6b1791ee067e95dab3ae8d7d13e
treea419283430478bff6a5ffca726aef2228a57bc76
parentb8fcae02b076cdef0bbef5bce5de090409858fba
math/big: first version of Float %e, %f, %g, %G formatting working

Change-Id: I10efa3bc8bc7f41100feabe17837f805a42d7eb6
Reviewed-on: https://go-review.googlesource.com/3842
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/floatconv.go
src/math/big/floatconv_test.go
src/math/big/ftoa.go [new file with mode: 0644]