aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/int.go
AgeCommit message (Expand)Author
2021-06-29math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)tkawakita
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2020-04-15math/big: fix typo in documentation for Int.ExpHanjun Kim
2020-02-05math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-01-31math/big: simplify GCD docsFilippo Valsorda
2020-01-30math/big: update comment on Int.GCDRobert Griesemer
2019-11-07math/big: allow all values for GCDBrian Kessler
2019-09-08all: fix typosAinar Garipov
2019-08-28math/big: fast path for Cmp if sameIllya Yalovyy
2019-04-04math/big: do not panic in Exp when y < 0 and x doesn't have an inverseFilippo Valsorda
2019-03-12math/big: add support for underscores '_' in numbersRobert Griesemer
2019-03-12math/big: implement Int.TrailingZeroBitsBrian Kessler
2019-02-27math/big: handle alias of cofactor inputs in GCDBrian Kessler
2018-10-29math/big: shallow copies of Int/Rat/Float are not supported (documentation)Robert Griesemer
2018-06-14math/big: handle negative exponents in ExpBrian Kessler
2018-05-30math/big: implement Atkin's ModSqrt for 5 mod 8 primesBrian Kessler
2018-05-08math/big: implement Lehmer's extended GCD algorithmBrian Kessler
2018-05-01math/big: handle negative moduli in ModInverseBrian Kessler
2018-04-30math/big: return nil for nonexistent ModInverseBrian Kessler
2018-02-20all: fix misspellingsShawn Smith
2017-11-15go/printer: indent lone comments in composite litsDaniel Martí
2017-11-14math/big: clarify comment on lehmerGCD overflowBrian Kessler
2017-11-06math/big: add security warning to (*Int).RandFilippo Valsorda
2017-11-01math/big: implement CmpAbsgriesemer
2017-10-24math/big: implement Lehmer's GCD algorithmBrian Kessler
2017-10-16math/big: fix ModSqrt optimized path for x = zFilippo Valsorda
2017-10-06math/big: provide support for conversion bases up to 62griesemer
2017-10-04math/big: remove []byte/string conversionsMarvin Stenger
2017-08-16math/big: recognize z.Mul(x, x) as squaring of xBrian Kessler
2017-08-16math/big: speed up GCD x, y calculationBrian Kessler
2017-02-14math/big: simplify bool expressionDaniel Martí
2017-02-07math/big: add IsInt64/IsUint64 predicatesRobert Griesemer
2016-12-07crypto/*: document use or non-use of constant-time algorithmsRuss Cox
2016-10-17math/big: add (*Int).SqrtRuss Cox
2016-10-11math/big: move ProbablyPrime into its own source fileRuss Cox
2016-10-06math/big: Rat.SetString to report error if input is not consumed entirelyRobert Griesemer
2016-09-27math/big: support negative numbers in ModInverseMichal Bohuslávek
2016-04-07math/big: re-use memory in Int.GCDAliaksandr Valialkin
2016-01-08math/big: fix typo in commentRobert Griesemer
2015-09-30math/big: correct documentation for ProbablyPrime.Adam Langley
2015-09-25math/big: move Int/Rat gob/json/xml functionality in separate filesRobert Griesemer
2015-08-29math/big: use optimized formula in ModSqrt for 3 mod 4 primesDavid Leon Gil
2015-06-19math/big: fix GCD in presence of aliasingRobert Griesemer
2015-04-30math/big: add modular square-root and Jacobi functionsBryan Ford
2015-04-06net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)...Igor Dolzhikov
2015-04-01math/big: faster Int.Binomial(n, k) for k > n/2Robert Griesemer
2015-02-23math/big: incorporated feedback from prior TBR reviewsRobert Griesemer
2015-01-30math/big: split int 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