]> Cypherpunks repositories - gostls13.git/commit
math/big: implement Int.Text, Int.Append
authorRobert Griesemer <gri@golang.org>
Thu, 24 Sep 2015 23:36:08 +0000 (16:36 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 25 Sep 2015 22:24:49 +0000 (22:24 +0000)
commit8d701f092d5dba49a79fada561e90cfdb84f2bd1
tree2e1b6561dc21599d8b42e8ba49b7d075cb0cf35a
parent707b619c3a9d94ea61a471aeecfe1c914c3372e1
math/big: implement Int.Text, Int.Append

This makes the Int conversion routines match the respective strconv
and big.Float conversion routines.

Change-Id: I5cfcda1632ee52fe87c5bb75892bdda76cc3af15
Reviewed-on: https://go-review.googlesource.com/14994
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/intconv.go
src/math/big/intconv_test.go