index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
big
/
nat.go
Age
Commit message (
Expand
)
Author
2016-08-16
math/big: use array instead of slice for deBruijn lookups
Josh Bleecher Snyder
2016-04-07
math/big: re-use memory in Int.GCD
Aliaksandr Valialkin
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-13
math/big: fix Exp(x, x, x) for certain large x
Russ Cox
2015-12-16
math/big: additional Montgomery cleanup
Russ Cox
2015-12-11
math/big: fix carry propagation in Int.Exp Montgomery code
Russ Cox
2015-12-11
math/big: fix misuse of Unicode
Russ Cox
2015-09-30
math/big: correct documentation for ProbablyPrime.
Adam Langley
2015-09-28
math/big: improved documentation
Robert Griesemer
2015-05-27
math/big: more cleanups (msbxx, nlzxx functions)
Robert Griesemer
2015-05-22
math/big: Simple Montgomery Multiplication to accelerate Mod-Exp
Vlad Krasnov
2015-04-07
math/big: fix Exp when exponent is 1
ALTree
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-01-30
math/big: split nat conversion routines and tests into separate files
Robert Griesemer
2015-01-30
math/big: parsing of fractions and floats in mantissa bases other than 10
Robert Griesemer
2015-01-28
math/big: sketched out complete set of Float/string conversion functions
Robert Griesemer
2015-01-24
math/big: multi-precision Floats (starting point)
Robert Griesemer
2015-01-21
math/big: use new nat.scan for Rat.SetString
Robert Griesemer
2015-01-20
math/big: permit internal nat.scan to accept decimal point
Robert Griesemer
2015-01-20
math/big: better test coverage, misc. cleanups
Robert Griesemer
2014-12-12
math: Added parity check to ProbablyPrime
Alberto Donizetti
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]