summaryrefslogtreecommitdiff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-093-6/+6
* math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht2020-12-032-193/+54
* math/big: fix shift for recursive divisionKatie Hockman2020-11-121-1/+1
* math/big: reduce allocations for building decimal stringssurechen2020-10-291-0/+3
* math/big: replace division with multiplication by reciprocal wordSparrowLii2020-09-2315-186/+136
* math: Remove redundant local variable Ln2surechen2020-09-191-4/+1
* math/big: tune addVW/subVW performance on arm64Xiangdong Ji2020-08-282-20/+189
* math/big: add a comment for SetMantExpsurechen2020-08-281-3/+4
* math/big: add function examplezhouzhongyuan2020-08-261-0/+7
* math/big: fix TestShiftOverlap for test -count arguments > 1SparrowLii2020-08-251-5/+5
* math/big: improve performance of mulAddVWW on ppc64xLynn Boger2020-08-181-5/+4
* math: simplify the codekakulisen2020-08-151-4/+1
* math: fix dead link to springerlink (now link.springer)Alberto Donizetti2020-05-291-1/+1
* testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills2020-05-191-3/+4
* math/big: add (*Int).FillBytesFilippo Valsorda2020-05-053-4/+80
* math: implement Min/Max in riscv64 assemblyJoel Sing2020-05-042-6/+70
* math: add function examples.kakulisen2020-05-021-0/+11
* math/cmplx: handle special casesBrian Kessler2020-05-018-152/+923
* math: Add a function examplekakulisen2020-04-301-0/+8
* math/big: simplify hasVX checking on s390xRuixin(Peter) Bao2020-04-272-24/+3