aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2021-05-27[release-branch.go1.16] math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
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
2020-05-02math: add function examples.kakulisen
2020-05-01math/cmplx: handle special casesBrian Kessler
2020-04-30math: Add a function examplekakulisen
2020-04-27math/big: simplify hasVX checking on s390xRuixin(Peter) Bao
2020-04-27math: simplify hasVX checking on s390xRuixin Bao
2020-04-25math/cmplx: fix typo in code commentTyson Andre
2020-04-24math/big: rewrite subVW to use fast path on s390xRuixin(Peter) Bao
2020-04-24math/big: rewrite addVW to use fast path on s390xRuixin(Peter) Bao
2020-04-22cmd/compile: clean up codegen for branch-on-carry on s390xMichael Munday
2020-04-22math/big: clean up whitespace in arith_s390x.s fileRuixin(Peter) Bao
2020-04-15math/big: remove Direct Sqrt computationAlberto Donizetti
2020-04-15math/big: add test that linker is able to remove unused codeBrad Fitzpatrick
2020-04-15math/big: fix typo in documentation for Int.ExpHanjun Kim
2020-04-14math/big: don't use Float in init to help linker discard 162 KiBBrad Fitzpatrick
2020-04-08math/big: correct off-by-one access in divBasicRémy Oudompheng
2020-03-25math: correct Atan2(±y,+∞) = ±0 on s390xBrian Kessler
2020-03-20math/big: document that Sqrt doesn't set AccuracyAlberto Donizetti
2020-03-14math/cmplx: disable TanHuge test on s390xBrian Kessler
2020-03-14math/cmplx: implement Payne-Hanek range reductionBrian Kessler
2020-02-25math/big: initial vector arithmetic in riscv64 assemblyJoel Sing
2020-02-25math: implement Sqrt in assembly for riscv64Joel Sing
2020-02-05math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-01-31math/big: simplify GCD docsFilippo Valsorda
2020-01-30math/big: update comment on Int.GCDRobert Griesemer
2020-01-15math, math/big: add support for riscv64Joel Sing
2019-12-04math/rand: update comment to avoid use of ^ for exponentiationBrad Fitzpatrick
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-13math/big: fix out-of-bounds panic in divRecursiveRémy Oudompheng
2019-11-12math/big: ensure correct test inputRobert Griesemer