aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-14math: improve documentation of CopysignJoe Tsai
2022-04-12math/big: Implement shlVU and shrVU in ASM for PPC64Archana R
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31math/big: call norm when returning success from Rat SetStringShulhan
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-07[dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase
2022-03-06all: fix some typosDan Kortschak
2022-03-05math: don't use integer division that truncates to zeroDan Kortschak
2022-03-02math/big: produce valid JSON in Int.MarshalJSON when nilcuiweixie
2022-01-27math/big: prevent overflow in (*Rat).SetStringKatie Hockman
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