]> Cypherpunks repositories - gostls13.git/commit
math/big: use new nat.scan for Rat.SetString
authorRobert Griesemer <gri@golang.org>
Wed, 21 Jan 2015 00:41:31 +0000 (16:41 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 21 Jan 2015 01:48:04 +0000 (01:48 +0000)
commit2dfa4f4eb0522b2e4c59a2f8677613fe50f2b078
treec45141fe13841bbc27f4da8d69e0d2a8bc31a904
parentdba9eb336930ccddafb4bec2ca67d6ea125b1f02
math/big: use new nat.scan for Rat.SetString

Change-Id: Ida20bf95e8f0fdadb459c2daa6d22edae9c3ad16
Reviewed-on: https://go-review.googlesource.com/3091
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/nat.go
src/math/big/rat.go
src/math/big/rat_test.go