aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2021-05-27[release-branch.go1.15] math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
2021-05-20[release-branch.go1.15] math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht
2021-05-14[release-branch.go1.15] math/big: fix TestShiftOverlap for test -count argume...SparrowLii
2020-11-11[release-branch.go1.15-security] math/big: fix shift for recursive divisionKatie Hockman
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
2019-11-12math/big: implement recursive algorithm for divisionRémy Oudompheng
2019-11-08Revert "math/cmplx: handle special cases"Ian Lance Taylor
2019-11-07math/cmplx: handle special casesBrian Kessler
2019-11-07math: test portable FMA even on system with hardware FMARuss Cox
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-11-07math/big: allow all values for GCDBrian Kessler
2019-10-25math/big: use nat pool to reduce allocations in mul and sqrRémy Oudompheng
2019-10-24math/big: make Rat.Denom side-effect freeRobert Griesemer
2019-10-24math/big: normalize unitialized denominators ASAPRobert Griesemer
2019-10-21math: add guaranteed-precision FMA implementationAkhil Indurti
2019-10-18math/bits: add Rem, Rem32, Rem64Alberto Donizetti
2019-10-15math/big: make Rat accessors safe for concurrent useRobert Griesemer
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick