aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/nat.go
AgeCommit message (Expand)Author
2016-08-16math/big: use array instead of slice for deBruijn lookupsJosh Bleecher Snyder
2016-04-07math/big: re-use memory in Int.GCDAliaksandr Valialkin
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-13math/big: fix Exp(x, x, x) for certain large xRuss 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-09-30math/big: correct documentation for ProbablyPrime.Adam Langley
2015-09-28math/big: improved documentationRobert Griesemer
2015-05-27math/big: more cleanups (msbxx, nlzxx functions)Robert Griesemer
2015-05-22math/big: Simple Montgomery Multiplication to accelerate Mod-ExpVlad Krasnov
2015-04-07math/big: fix Exp when exponent is 1ALTree
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-01-30math/big: split nat 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
2015-01-20math/big: better test coverage, misc. cleanupsRobert Griesemer
2014-12-12math: Added parity check to ProbablyPrimeAlberto Donizetti
2014-09-08build: move package sources from src/pkg to srcRuss Cox