]> Cypherpunks repositories - gostls13.git/commit
math/big: fix silly bug in Int64 accessor
authorRobert Griesemer <gri@golang.org>
Fri, 13 Mar 2015 19:59:56 +0000 (12:59 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 13 Mar 2015 20:14:57 +0000 (20:14 +0000)
commitf6580319e4045e19304eccd8c37cd36a7cfef73b
treecbea650bc79904a58592a48916d529dd7132de5a
parent3eb84c8908dbe585ef156c8a3bad83ca7f4da288
math/big: fix silly bug in Int64 accessor

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