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
/
int.go
Age
Commit message (
Expand
)
Author
8 days
math/big: Binomial should return 0 if k < 0
Weixie Cui
2025-04-11
math/big: remove copy responsibility from, rename shlVU, shrVU
Russ Cox
2025-03-12
math/big: simplify, speed up Karatsuba multiplication
Russ Cox
2025-02-27
math/big: replace nat pool with Word stack
Russ Cox
2025-02-27
math/big: clean up GCD a little
Russ Cox
2024-10-31
math/big: properly linkify a reference
Adam
2024-07-16
math/big: use lists in docstrings
Kir Kolyshkin
2024-07-16
math/big: more cross-references in docstrings
Kir Kolyshkin
2024-03-14
math/big: use built-in clear to simplify code
apocelipes
2023-10-19
math: add available godoc link
cui fliter
2023-06-02
math/big: rename Int.ToFloat64 to Float64
Alan Donovan
2023-02-14
all: fix some comments
cui fliter
2023-02-06
math/big: add warning about using Int for cryptography
Filippo Valsorda
2023-02-02
math/big: add Int.Float64 conversion
Alan Donovan
2022-11-21
crypto/internal/bigmod: move nat implementation out of crypto/rsa
Filippo Valsorda
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-08
math/big: remove underscores from Binomial docs
Eric Lagergren
2022-11-02
math/big: use Montgomery for z.Exp(x, y, m) even for even m
Russ Cox
2022-10-28
math/big: improve performance of Binomial
Riccardo Gerosa
2022-08-08
math/big: make NewInt inlineable and zero allocation
Keith Randall
2022-05-08
math/big: don't force second arg to Jacobi and Int.ModSqrt to escape
Nathan VanBenschoten
2022-04-27
math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand)
Filippo Valsorda
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-06-29
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)
tkawakita
2020-05-05
math/big: add (*Int).FillBytes
Filippo Valsorda
2020-04-15
math/big: fix typo in documentation for Int.Exp
Hanjun Kim
2020-02-05
math/big: reintroduce pre-Go 1.14 mention in GCD docs
Filippo Valsorda
2020-01-31
math/big: simplify GCD docs
Filippo Valsorda
2020-01-30
math/big: update comment on Int.GCD
Robert Griesemer
2019-11-07
math/big: allow all values for GCD
Brian Kessler
2019-09-08
all: fix typos
Ainar Garipov
2019-08-28
math/big: fast path for Cmp if same
Illya Yalovyy
2019-04-04
math/big: do not panic in Exp when y < 0 and x doesn't have an inverse
Filippo Valsorda
2019-03-12
math/big: add support for underscores '_' in numbers
Robert Griesemer
2019-03-12
math/big: implement Int.TrailingZeroBits
Brian Kessler
2019-02-27
math/big: handle alias of cofactor inputs in GCD
Brian Kessler
2018-10-29
math/big: shallow copies of Int/Rat/Float are not supported (documentation)
Robert Griesemer
2018-06-14
math/big: handle negative exponents in Exp
Brian Kessler
2018-05-30
math/big: implement Atkin's ModSqrt for 5 mod 8 primes
Brian Kessler
2018-05-08
math/big: implement Lehmer's extended GCD algorithm
Brian Kessler
2018-05-01
math/big: handle negative moduli in ModInverse
Brian Kessler
2018-04-30
math/big: return nil for nonexistent ModInverse
Brian Kessler
2018-02-20
all: fix misspellings
Shawn Smith
2017-11-15
go/printer: indent lone comments in composite lits
Daniel Martí
2017-11-14
math/big: clarify comment on lehmerGCD overflow
Brian Kessler
2017-11-06
math/big: add security warning to (*Int).Rand
Filippo Valsorda
2017-11-01
math/big: implement CmpAbs
griesemer
2017-10-24
math/big: implement Lehmer's GCD algorithm
Brian Kessler
[next]