]> Cypherpunks repositories - gostls13.git/commit
math/big: parsing of fractions and floats in mantissa bases other than 10
authorRobert Griesemer <gri@golang.org>
Thu, 29 Jan 2015 01:11:15 +0000 (17:11 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 21:51:18 +0000 (21:51 +0000)
commit9f22de7aaf17d29163eda3616b9d88d5255e484c
treef998fe50a1b48534c7dc03ae016f2a61574ea6d3
parentda167b00d68e098677840b7a3becb4200c0e8371
math/big: parsing of fractions and floats in mantissa bases other than 10

Change-Id: I1eaebf956a69e0958201cc5e0a9beefa062c71e1
Reviewed-on: https://go-review.googlesource.com/3454
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/float.go
src/math/big/float_test.go
src/math/big/int.go
src/math/big/nat.go
src/math/big/nat_test.go
src/math/big/rat.go
src/math/big/rat_test.go