summaryrefslogtreecommitdiff
path: root/src/math/big/int.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: simplify bool expressionDaniel MartĂ­2017-02-141-1/+1
* math/big: add IsInt64/IsUint64 predicatesRobert Griesemer2017-02-071-10/+24
* crypto/*: document use or non-use of constant-time algorithmsRuss Cox2016-12-071-1/+4
* math/big: add (*Int).SqrtRuss Cox2016-10-171-0/+11
* math/big: move ProbablyPrime into its own source fileRuss Cox2016-10-111-13/+0
* math/big: Rat.SetString to report error if input is not consumed entirelyRobert Griesemer2016-10-061-5/+5
* math/big: support negative numbers in ModInverseMichal Bohuslávek2016-09-271-0/+5
* math/big: re-use memory in Int.GCDAliaksandr Valialkin2016-04-071-2/+2
* math/big: fix typo in commentRobert Griesemer2016-01-081-1/+1
* math/big: correct documentation for ProbablyPrime.Adam Langley2015-09-301-2/+5
* math/big: move Int/Rat gob/json/xml functionality in separate filesRobert Griesemer2015-09-251-62/+0
* math/big: use optimized formula in ModSqrt for 3 mod 4 primesDavid Leon Gil2015-08-291-16/+41
* math/big: fix GCD in presence of aliasingRobert Griesemer2015-06-191-3/+5
* math/big: add modular square-root and Jacobi functionsBryan Ford2015-04-301-0/+118
* net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)...Igor Dolzhikov2015-04-061-2/+1
* math/big: faster Int.Binomial(n, k) for k > n/2Robert Griesemer2015-04-011-0/+4
* math/big: incorporated feedback from prior TBR reviewsRobert Griesemer2015-02-231-1/+1
* math/big: split int conversion routines and tests into separate filesRobert Griesemer2015-01-301-215/+0
* math/big: parsing of fractions and floats in mantissa bases other than 10Robert Griesemer2015-01-301-1/+1
* math/big: sketched out complete set of Float/string conversion functionsRobert Griesemer2015-01-281-7/+25
* math/big: multi-precision Floats (starting point)Robert Griesemer2015-01-241-9/+17
* math/big: permit internal nat.scan to accept decimal pointRobert Griesemer2015-01-201-1/+1
* math/big: better test coverage, misc. cleanupsRobert Griesemer2015-01-201-1/+1
* math/big: bug in AndNot(x,y) for x>0,y<0.Keith Randall2015-01-161-1/+1
* math/big: panic if n <= 0 for ProbablyPrimeShenghou Ma2015-01-051-1/+4
* math/big: Allow non-prime modulus for ModInverseKeith Randall2014-10-141-7/+8
* math/big: fix doc commentsRobert Griesemer2014-10-071-2/+2
* math/big: math.Exp should return result >= 0 for |m| > 0Robert Griesemer2014-10-021-0/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1024