]> Cypherpunks repositories - gostls13.git/commit
math/big: remove Float.Round (not needed anymore), fix a bug in SetInt64
authorRobert Griesemer <gri@golang.org>
Sat, 14 Feb 2015 00:30:21 +0000 (16:30 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 14 Feb 2015 00:43:07 +0000 (00:43 +0000)
commit2e3c738649832d13ecaddc0c72f64d0354a89dae
tree2d5589d650a0ef6aadb66363c440344b8e26cb26
parentdf218d33935e1d5d4e535080e01cd83e6a508efa
math/big: remove Float.Round (not needed anymore), fix a bug in SetInt64

TBR adonovan

Change-Id: I30020f39be9183b37275e10a4fd1e1a3b4c48c89
Reviewed-on: https://go-review.googlesource.com/4880
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/float.go
src/math/big/float_test.go