]> Cypherpunks repositories - gostls13.git/commit
math/big: permit passing of an *Int to Float.Int to avoid allocation
authorRobert Griesemer <gri@golang.org>
Wed, 25 Feb 2015 05:05:12 +0000 (21:05 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 25 Feb 2015 18:10:42 +0000 (18:10 +0000)
commit88cbe09202d54b6cd3f4d8c0fa8b50e13c7372cf
treed19ec9910b4e275390558da1b3dc8f76e2644a50
parent4100f7d95c0b51bc366103f91c9c9cad223c4168
math/big: permit passing of an *Int to Float.Int to avoid allocation

Change-Id: I50e83248357928e56c94b88a8764de828f4f5c76
Reviewed-on: https://go-review.googlesource.com/5890
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/float.go
src/math/big/float_test.go