aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2023-10-30math/rand/v2: add PCG-DXSMRuss Cox
2023-10-30math/rand/v2: simplify PermRuss Cox
2023-10-30math/rand/v2: remove bias in ExpFloat64 and NormFloat64Branden Brown
2023-10-30math/rand/v2: optimize Float32, Float64Russ Cox
2023-10-30math/rand/v2: add, optimize N, UintN, Uint32N, Uint64NRuss Cox
2023-10-30math/rand/v2: change Source to use uint64Russ Cox
2023-10-30math/rand/v2: update benchmarksRuss Cox
2023-10-30math/rand/v2: remove Rand.SeedRuss Cox
2023-10-30math/rand/v2: clean up regression testRuss Cox
2023-10-30math/rand/v2: remove ReadRuss Cox
2023-10-30math/rand/v2: rename various functionsRuss Cox
2023-10-30math/rand/v2: start of new APIRuss Cox
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-10-19math: add available godoc linkcui fliter
2023-09-20all: simplify bool conditionsOleksandr Redko
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-17math/big, math/rand: use the built-in max functionchanxuehong
2023-08-11math/big: using the min built-in functionqiulaidongfeng
2023-07-31math: enable huge argument tests on s390xSrinivas Pokala
2023-07-31math: huge argument handling for sin/cos in s390xSrinivas Pokala
2023-07-27math: support to handle huge arguments in tan function on s390xroot
2023-07-17math: test large negative values as args for trig functionsKeith Randall
2023-07-07math: add test that covers riscv64 fnm{add,sub} codegenMichael Munday
2023-07-05math: fix portable FMA when x*y < 0 and x*y == -zMichael Munday
2023-06-15math: document that Min/Max differ from min/maxIan Lance Taylor
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-13all: fix mismatched symbolscui fliter
2023-06-02math/big: rename Int.ToFloat64 to Float64Alan Donovan
2023-05-31Revert "math: add Compare and Compare32"Ian Lance Taylor
2023-05-23fmt,math/big,net/url: fixes to old BenchmarksEgon Elbre
2023-05-10all: fix a lot of commentscui fliter
2023-04-21cmd/internal/obj/ppc64: modify PCALIGN to ensure alignmentLynn Boger
2023-04-11all: re-run stringerIan Lance Taylor
2023-04-04math/rand: clarify Seed deprecation noteIan Lance Taylor
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-25all: add a few links in package godocsDaniel Martí
2023-03-23all: replace leading spaces with tabs in assemblyMichael Pratt
2023-02-15math: add Compare and Compare32Akhil Indurti
2023-02-14all: fix some commentscui fliter
2023-02-10Revert "math: add Compare and Compare32"Than McIntosh
2023-02-10math/rand: fix typo in Seed deprecation commentValentin Deleplace
2023-02-09math/rand: rewrite the math/rand package comment to say what it's good forRob Pike
2023-02-09math: add Compare and Compare32Akhil Indurti
2023-02-07math/rand: use fastrand64 if possibleIan Lance Taylor
2023-02-06math/big: add warning about using Int for cryptographyFilippo Valsorda
2023-02-02math/big: add Int.Float64 conversionAlan Donovan
2023-01-24math: handle int64 overflows for odd integer exponents in Pow(-0, y)Dmitry Panov
2023-01-23math/big: validate result of Float.GobDecodeAlexander Yastrebov
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-12-02math/big: fix BitLen performance regressionFilippo Valsorda