summaryrefslogtreecommitdiff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-2056-83/+305
|\
| * math: improve documentation of CopysignJoe Tsai2022-04-141-5/+5
| * math/big: Implement shlVU and shrVU in ASM for PPC64Archana R2022-04-121-2/+152
| * all: gofmt main repoRuss Cox2022-04-1150-51/+123
| * all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-057-25/+25
* | [dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger2022-04-0513-27/+15
|\ \ | |/
| * all: remove trailing blank doc comment linesRuss Cox2022-04-0110-22/+0
| * all: fix TODO comment hanging indentsRuss Cox2022-04-011-1/+1
| * all: fix various doc comment formatting nitsRuss Cox2022-04-011-3/+4
| * math/big: call norm when returning success from Rat SetStringShulhan2022-03-312-1/+10
* | [dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer2022-03-292-7/+7
|\ \ | |/
| * all: fix some typosDan Kortschak2022-03-061-1/+1
| * math: don't use integer division that truncates to zeroDan Kortschak2022-03-051-6/+6
* | [dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase2022-03-072-1/+17
|\ \ | |/
| * math/big: produce valid JSON in Int.MarshalJSON when nilcuiweixie2022-03-022-1/+18
|/
* math/big: prevent overflow in (*Rat).SetStringKatie Hockman2022-01-272-0/+6
* math/big: fix spurious race in Rat.Denom, Float.SetRatRuss Cox2022-01-072-1/+19
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-135-16/+16
* math/bits: add examples for Add, Sub, Mul and DivPedro Lopez Mareque2021-11-111-0/+202
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-2821-21/+0
* math/big: remove stray whitespace in addMulVVW on amd64andig2021-10-201-1/+1
* math: add Remainder examplePedro Lopez Mareque2021-10-071-0/+5
* math/big: clarified doc string for SetMantExpRobert Griesemer2021-08-221-1/+3
* all: fix typosYasuhiro Matsumoto2021-08-172-3/+3
* math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)tkawakita2021-06-291-1/+1
* math/rand: mention half-open intervals explicitlyRuss Cox2021-06-161-17/+15
* math/big: comment divisionRuss Cox2021-06-091-73/+611
* math/big: move division into natdiv.goRuss Cox2021-05-263-339/+346
* all: add //go:build lines to assembly filesTobias Klauser2021-05-1315-6/+21
* math/big: check for excessive exponents in Rat.SetStringRobert Griesemer2021-05-062-7/+33
* math: add MaxUint, MinInt, MaxIntColin Arnott2021-05-032-0/+52
* math: replace float32/64 extrema with exact expressionsRobert Griesemer2021-05-031-4/+4
* math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer2021-04-302-2/+11
* testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias2021-04-283-3/+25
* bits: use same expression with system bit sizeyangwenmai2021-04-271-1/+1
* math/rand: make the security warning clearer and more prominentFilippo Valsorda2021-04-231-3/+5
* all: remove redundant spaces before . and ,Yury Smolsky2021-04-201-5/+5
* math: avoid assembly stubsAustin Clements2021-04-1582-1081/+813
* math: simplify comparison in FMA when swapping p and zsmasher1642021-03-291-1/+1
* math/big: don't require runtime.(*Frame).Next symbol presentCherry Zhang2021-03-241-1/+1
* math/bits: folded reverse tables by using const stringMeng Zhuo2021-03-172-79/+74
* math/big: add shrVU and shlVU benchmarksJosh Bleecher Snyder2021-03-071-0/+24
* math/big: remove bounds checks for shrVU_g inner loopJosh Bleecher Snyder2021-03-051-2/+6
* cmd/compile: optimize single-precision floating point square rootfanzha022021-03-021-0/+34
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-2013-0/+13
* math: remove most 387 implementationsRuss Cox2021-02-1914-321/+45
* math/big: fix comment in divRecursiveStepKatie Hockman2021-02-031-1/+1
* math: fix typo in sqrt.go code commentPaul Davis2021-01-271-1/+1
* math/rand: fix typo in commentToasa2021-01-041-1/+1
* math/big: add test for recursive division panicKatie Hockman2020-12-141-0/+10