aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/rat.go
AgeCommit message (Expand)Author
2019-10-24math/big: make Rat.Denom side-effect freeRobert Griesemer
2019-10-24math/big: normalize unitialized denominators ASAPRobert Griesemer
2019-10-15math/big: make Rat accessors safe for concurrent useRobert Griesemer
2019-08-28math/big: document that Rat.Denom might modify the receiverEric Lagergren
2019-05-08math/big: stack allocate scaleDenom return valueJT Olio
2019-03-27math/big: implement Rat.SetUint64Brian Kessler
2018-10-29math/big: shallow copies of Int/Rat/Float are not supported (documentation)Robert Griesemer
2018-05-08math/big: implement Lehmer's extended GCD algorithmBrian Kessler
2017-10-24math/big: implement Lehmer's GCD algorithmBrian Kessler
2017-08-18math/big: use internal square for RatBrian Kessler
2016-03-02all: single space after period.Brad Fitzpatrick
2015-09-25math/big: move Int/Rat gob/json/xml functionality in separate filesRobert Griesemer
2015-04-06net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)...Igor Dolzhikov
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
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-28math/big: sketched out complete set of Float/string conversion functionsRobert Griesemer
2015-01-24math/big: multi-precision Floats (starting point)Robert Griesemer
2015-01-21math/big: use new nat.scan for Rat.SetStringRobert Griesemer
2015-01-20math/big: permit internal nat.scan to accept decimal pointRobert Griesemer
2014-10-13math/big: Fixes issue 8920Casey Marshall
2014-10-07math/big: fix doc commentsRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox