aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
46 hoursstd: fix calls to Printf(s) with non-constant sAlan Donovan
3 daysall: document legacy //go:linkname for modules with ≥5,000 dependentsRuss Cox
3 daysall: change from sort functions to slices functions where feasibleIan Lance Taylor
3 daysmath/rand/v2: add ChaCha8.ReadFilippo Valsorda
3 daysall: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
4 daysmath/rand/v2: drop pointer receiver on zero-width typeBrad Fitzpatrick
5 days ppc64x: code cleanup in assembly filesJayanth Krishnamurthy
8 daysall: add push linknames to allow legacy pull linknamesCherry Mui
10 daysmath/rand/v2: use max builtin in testsTobias Klauser
12 daysmath/rand/v2, math/big: use internal/byteorderMateusz Poliwczak
2024-05-07math/rand/v2: add UintRuss Cox
2024-04-16math/big: improve use of addze in mulAddVWW on ppc64xLynn Boger
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2024-03-14math/big: use built-in clear to simplify codeapocelipes
2024-03-04math/rand, math/rand/v2: rename receiver variablesOleksandr Redko
2024-02-23math: add round assembly implementations on riscv64Meng Zhuo
2024-02-19math/rand/v2: use a doc link for crypto/randDaniel Martí
2024-01-25math/big,crypto/internal/bigmod: unroll loop in addMulVVW for ppc64xLynn Boger
2024-01-09math/big: fix uint64 overflow in nat.mulRangeRobert Griesemer
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-05math/rand/v2: add ChaCha8Russ Cox
2023-11-20Revert "math/rand/v2: add ChaCha8"Michael Knyszek
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-11-19math/rand/v2: add ChaCha8Russ Cox
2023-11-15math/big: faster FloatPrec implementationRobert Griesemer
2023-11-14math/big: update comment in the implementation of FloatPrecRobert Griesemer
2023-11-14math/big: implement Rat.FloatPrecRobert Griesemer
2023-10-30math/rand/v2: delete Mitchell/Reeds sourceRuss Cox
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