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
Age
Commit message (
Expand
)
Author
2023-11-19
math/rand/v2: add ChaCha8
Russ Cox
2023-11-15
math/big: faster FloatPrec implementation
Robert Griesemer
2023-11-14
math/big: update comment in the implementation of FloatPrec
Robert Griesemer
2023-11-14
math/big: implement Rat.FloatPrec
Robert Griesemer
2023-10-30
math/rand/v2: delete Mitchell/Reeds source
Russ Cox
2023-10-30
math/rand/v2: add PCG-DXSM
Russ Cox
2023-10-30
math/rand/v2: simplify Perm
Russ Cox
2023-10-30
math/rand/v2: remove bias in ExpFloat64 and NormFloat64
Branden Brown
2023-10-30
math/rand/v2: optimize Float32, Float64
Russ Cox
2023-10-30
math/rand/v2: add, optimize N, UintN, Uint32N, Uint64N
Russ Cox
2023-10-30
math/rand/v2: change Source to use uint64
Russ Cox
2023-10-30
math/rand/v2: update benchmarks
Russ Cox
2023-10-30
math/rand/v2: remove Rand.Seed
Russ Cox
2023-10-30
math/rand/v2: clean up regression test
Russ Cox
2023-10-30
math/rand/v2: remove Read
Russ Cox
2023-10-30
math/rand/v2: rename various functions
Russ Cox
2023-10-30
math/rand/v2: start of new API
Russ Cox
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-10-19
math: add available godoc link
cui fliter
2023-09-20
all: simplify bool conditions
Oleksandr Redko
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-08-17
math/big, math/rand: use the built-in max function
chanxuehong
2023-08-11
math/big: using the min built-in function
qiulaidongfeng
2023-07-31
math: enable huge argument tests on s390x
Srinivas Pokala
2023-07-31
math: huge argument handling for sin/cos in s390x
Srinivas Pokala
2023-07-27
math: support to handle huge arguments in tan function on s390x
root
2023-07-17
math: test large negative values as args for trig functions
Keith Randall
2023-07-07
math: add test that covers riscv64 fnm{add,sub} codegen
Michael Munday
2023-07-05
math: fix portable FMA when x*y < 0 and x*y == -z
Michael Munday
2023-06-15
math: document that Min/Max differ from min/max
Ian Lance Taylor
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-13
all: fix mismatched symbols
cui fliter
2023-06-02
math/big: rename Int.ToFloat64 to Float64
Alan Donovan
2023-05-31
Revert "math: add Compare and Compare32"
Ian Lance Taylor
2023-05-23
fmt,math/big,net/url: fixes to old Benchmarks
Egon Elbre
2023-05-10
all: fix a lot of comments
cui fliter
2023-04-21
cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment
Lynn Boger
2023-04-11
all: re-run stringer
Ian Lance Taylor
2023-04-04
math/rand: clarify Seed deprecation note
Ian Lance Taylor
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-25
all: add a few links in package godocs
Daniel MartÃ
2023-03-23
all: replace leading spaces with tabs in assembly
Michael Pratt
2023-02-15
math: add Compare and Compare32
Akhil Indurti
2023-02-14
all: fix some comments
cui fliter
2023-02-10
Revert "math: add Compare and Compare32"
Than McIntosh
2023-02-10
math/rand: fix typo in Seed deprecation comment
Valentin Deleplace
2023-02-09
math/rand: rewrite the math/rand package comment to say what it's good for
Rob Pike
2023-02-09
math: add Compare and Compare32
Akhil Indurti
2023-02-07
math/rand: use fastrand64 if possible
Ian Lance Taylor
2023-02-06
math/big: add warning about using Int for cryptography
Filippo Valsorda
[prev]
[next]