aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2016-08-16all: fix "result not used" vet warningsJosh Bleecher Snyder
2016-08-16math/big: use array instead of slice for deBruijn lookupsJosh Bleecher Snyder
2016-06-24math/big: special-case a 0 mantissa during Rat parsingNathan VanBenschoten
2016-06-01math/big: avoid panic in float.Text with negative precAlberto Donizetti
2016-05-26math/big: using Run for some more benchmarksMarcel van Lohuizen
2016-05-26math/big: simplify benchmarking code some moreRobert Griesemer
2016-05-25math/big: use run for benchmarksMarcel van Lohuizen
2016-05-24math/big: write t*10 to multiply t by 10Russ Cox
2016-04-20math/big: more tests, documentation for Flot gob marshallingRobert Griesemer
2016-04-20math/big: implement GobDecode/Encode for big.FloatOneOfOne
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-07math/big: re-use memory in Int.GCDAliaksandr Valialkin
2016-04-07math/big: add s390x function implementationsMichael Munday
2016-03-22math/big: much simplified and faster Float roundingRobert Griesemer
2016-03-21math/big: fix rounding to smallest denormal for Float.Float32/64Robert Griesemer
2016-03-21all: delete dead test codeDominik Honnef
2016-03-21math/big: cleanup documentation for Format methodsMatthew Dempsky
2016-03-15math/big: fix comment typosMatthew Dempsky
2016-03-04math/big: use correct precision in Float.Float32/64 for denormalsRobert Griesemer
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-13math/big: fix Exp(x, x, x) for certain large xRuss Cox
2016-01-08math/big: fix typo in commentRobert Griesemer
2015-12-29build: shorten a few packages with long testsRuss Cox
2015-12-16math/big: additional Montgomery cleanupRuss Cox
2015-12-11math/big: fix carry propagation in Int.Exp Montgomery codeRuss Cox
2015-12-11math/big: fix misuse of UnicodeRuss Cox
2015-12-09math/big: fix typoBrad Fitzpatrick
2015-11-12math, math/big: added support for mips64{,le}Yao Zhang
2015-10-23math/big: fix SetMantExp commentDavid Crawshaw
2015-10-03math/big: check return value from quick.Check() for GCD testsDamian Gryski
2015-09-30math/big: correct documentation for ProbablyPrime.Adam Langley
2015-09-29math/big: more documentationRobert Griesemer
2015-09-29math/big: clean up *Int encoding testsRobert Griesemer
2015-09-29math/big: implement Float.Text(Un)MarshalerRobert Griesemer
2015-09-28math/big: improved documentationRobert Griesemer
2015-09-25math/big: remove some string conversions in Int encodingRobert Griesemer
2015-09-25math/big: move Int/Rat gob/json/xml functionality in separate filesRobert Griesemer
2015-09-25math/big: removed more unnecessary string conversionsRobert Griesemer
2015-09-25math/big: implement Int.Text, Int.AppendRobert Griesemer
2015-09-24math/big: faster string conversion routinesRobert Griesemer
2015-09-24math/big: fix test for denormalized inputs and enable more test casesRobert Griesemer
2015-09-23math/big: factored out an internal accessor method (cleanup), added benchmarkRobert Griesemer
2015-09-23math/big: implement negative precision for Float.Append/TextRobert Griesemer
2015-09-22math/big: add test cases for min/max exponent valuesRobert Griesemer
2015-09-22math/big: optimize Float.Parse by reducing powers of 10 to powers of 2 and 5Robert Griesemer
2015-09-15math/big: Add small complete example of big.Rat usageAlberto Donizetti
2015-09-11all: use one 'l' when cancelling everywhere except SolarisRob Pike