aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/rat_test.go
AgeCommit message (Expand)Author
2019-10-24math/big: make Rat.Denom side-effect freeRobert Griesemer
2019-10-15math/big: make Rat accessors safe for concurrent useRobert Griesemer
2019-05-08math/big: stack allocate scaleDenom return valueJT Olio
2019-03-27math/big: implement Rat.SetUint64Brian Kessler
2016-10-27math/big: flip long/short flag on TestFloat32DistributionCherry Zhang
2016-10-11math/big: move exhaustive tests behind -long flagRuss Cox
2015-09-25math/big: move Int/Rat gob/json/xml functionality in separate filesRobert Griesemer
2015-01-30math/big: split rat 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-21math/big: use new nat.scan for Rat.SetStringRobert Griesemer
2014-10-13math/big: Fixes issue 8920Casey Marshall
2014-09-08build: move package sources from src/pkg to srcRuss Cox