]> Cypherpunks repositories - gostls13.git/commit
math/big: implemented Float.Int (truncation of Floats to Ints)
authorRobert Griesemer <gri@golang.org>
Tue, 10 Feb 2015 22:28:25 +0000 (14:28 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 11 Feb 2015 17:02:35 +0000 (17:02 +0000)
commit64e70382915daee094c64189514d7366a91d242a
treed45dd9ba7573a1f5d4bee72c71ad3c5271836fdc
parent950aa9f1bcdea247660a2393bf91506af249b539
math/big: implemented Float.Int (truncation of Floats to Ints)

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