]> Cypherpunks repositories - gostls13.git/commit
math/big: implement precise Float to decimal conversion (core functionality)
authorRobert Griesemer <gri@golang.org>
Tue, 3 Feb 2015 00:31:13 +0000 (16:31 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 3 Feb 2015 19:04:26 +0000 (19:04 +0000)
commit01ba4c000ceedde0bbb348e463c7808bcacb22c9
treee9ecc1487a0eafcc02a15678bbe01bb8968dd279
parent6966e07ae754f7b06af734222936d299010c3623
math/big: implement precise Float to decimal conversion (core functionality)

Change-Id: Ic0153397922ded28a5cb362e86ecdfec42e92163
Reviewed-on: https://go-review.googlesource.com/3752
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/decimal.go [new file with mode: 0644]
src/math/big/decimal_test.go [new file with mode: 0644]