aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/float_test.go
AgeCommit message (Expand)Author
2015-02-14math/big: use internal validation more consistentlyRobert Griesemer
2015-02-12math/big: implemented Float.Int64, simplified Float.Uint64Robert Griesemer
2015-02-11math/big: completed Float.Uint64Robert Griesemer
2015-02-11math/big: add test cases for Float.Abs and Float.NegRobert Griesemer
2015-02-11math/big: implemented Float.Int (truncation of Floats to Ints)Robert Griesemer
2015-02-11math/big: When result prec == 0, use at least prec == 64 for SetInt, SetRat.Robert Griesemer
2015-02-10math/big: implemented Frexp, Ldexp, IsInt, Copy, bug fixes, more testsRobert Griesemer
2015-02-09math/big: API cleanupRobert Griesemer
2015-02-06math/big: handling of +/-Inf and zero precision, enable zero valuesRobert Griesemer
2015-02-05math/big: add "smoke test" for big.Float divisionRobert Griesemer
2015-02-03math/big: build Float.Format on top of Float.AppendRobert Griesemer
2015-01-30math/big: split float conversion routines and tests into separate filesRobert Griesemer
2015-01-30math/big: parsing of fractions and floats in mantissa bases other than 10Robert Griesemer
2015-01-28math/big: sketched out complete set of Float/string conversion functionsRobert Griesemer
2015-01-27math/big: various fixes, enable tests for 32bit platformsRobert Griesemer
2015-01-24math/big: disable some tests on 32bit platforms (fix build)Robert Griesemer
2015-01-24math/big: multi-precision Floats (starting point)Robert Griesemer