aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2022-01-07math/big: fix spurious race in Rat.Denom, Float.SetRatRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11math/bits: add examples for Add, Sub, Mul and DivPedro Lopez Mareque
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-20math/big: remove stray whitespace in addMulVVW on amd64andig
2021-10-07math: add Remainder examplePedro Lopez Mareque
2021-08-22math/big: clarified doc string for SetMantExpRobert Griesemer
2021-08-17all: fix typosYasuhiro Matsumoto
2021-06-29math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)tkawakita
2021-06-16math/rand: mention half-open intervals explicitlyRuss Cox
2021-06-09math/big: comment divisionRuss Cox
2021-05-26math/big: move division into natdiv.goRuss Cox
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-06math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
2021-05-03math: add MaxUint, MinInt, MaxIntColin Arnott
2021-05-03math: replace float32/64 extrema with exact expressionsRobert Griesemer
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-27bits: use same expression with system bit sizeyangwenmai
2021-04-23math/rand: make the security warning clearer and more prominentFilippo Valsorda
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-04-15math: avoid assembly stubsAustin Clements
2021-03-29math: simplify comparison in FMA when swapping p and zsmasher164
2021-03-24math/big: don't require runtime.(*Frame).Next symbol presentCherry Zhang
2021-03-17math/bits: folded reverse tables by using const stringMeng Zhuo
2021-03-07math/big: add shrVU and shlVU benchmarksJosh Bleecher Snyder
2021-03-05math/big: remove bounds checks for shrVU_g inner loopJosh Bleecher Snyder
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19math: remove most 387 implementationsRuss Cox
2021-02-03math/big: fix comment in divRecursiveStepKatie Hockman
2021-01-27math: fix typo in sqrt.go code commentPaul Davis
2021-01-04math/rand: fix typo in commentToasa
2020-12-14math/big: add test for recursive division panicKatie Hockman
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-03math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht
2020-11-12math/big: fix shift for recursive divisionKatie Hockman
2020-10-29math/big: reduce allocations for building decimal stringssurechen
2020-09-23math/big: replace division with multiplication by reciprocal wordSparrowLii
2020-09-19math: Remove redundant local variable Ln2surechen
2020-08-28math/big: tune addVW/subVW performance on arm64Xiangdong Ji
2020-08-28math/big: add a comment for SetMantExpsurechen
2020-08-26math/big: add function examplezhouzhongyuan
2020-08-25math/big: fix TestShiftOverlap for test -count arguments > 1SparrowLii
2020-08-18math/big: improve performance of mulAddVWW on ppc64xLynn Boger
2020-08-15math: simplify the codekakulisen
2020-05-29math: fix dead link to springerlink (now link.springer)Alberto Donizetti
2020-05-19testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2020-05-04math: implement Min/Max in riscv64 assemblyJoel Sing