summaryrefslogtreecommitdiff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* math: simplify hasVX checking on s390xRuixin Bao2020-04-272-27/+4
* math/cmplx: fix typo in code commentTyson Andre2020-04-251-1/+1
* math/big: rewrite subVW to use fast path on s390xRuixin(Peter) Bao2020-04-243-210/+73
* math/big: rewrite addVW to use fast path on s390xRuixin(Peter) Bao2020-04-243-213/+84
* cmd/compile: clean up codegen for branch-on-carry on s390xMichael Munday2020-04-221-0/+124
* math/big: clean up whitespace in arith_s390x.s fileRuixin(Peter) Bao2020-04-221-911/+958
* math/big: remove Direct Sqrt computationAlberto Donizetti2020-04-151-51/+3
* math/big: add test that linker is able to remove unused codeBrad Fitzpatrick2020-04-151-0/+62
* math/big: fix typo in documentation for Int.ExpHanjun Kim2020-04-151-2/+2
* math/big: don't use Float in init to help linker discard 162 KiBBrad Fitzpatrick2020-04-142-5/+17
* math/big: correct off-by-one access in divBasicRémy Oudompheng2020-04-082-2/+31
* math: correct Atan2(±y,+∞) = ±0 on s390xBrian Kessler2020-03-252-4/+11
* math/big: document that Sqrt doesn't set AccuracyAlberto Donizetti2020-03-202-2/+5
* math/cmplx: disable TanHuge test on s390xBrian Kessler2020-03-142-5/+22
* math/cmplx: implement Payne-Hanek range reductionBrian Kessler2020-03-144-19/+166
* math/big: initial vector arithmetic in riscv64 assemblyJoel Sing2020-02-253-2/+53
* math: implement Sqrt in assembly for riscv64Joel Sing2020-02-252-3/+14
* math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda2020-02-051-2/+2
* math/big: simplify GCD docsFilippo Valsorda2020-01-311-2/+5
* math/big: update comment on Int.GCDRobert Griesemer2020-01-301-0/+2
* math, math/big: add support for riscv64Joel Sing2020-01-153-2/+115
* math/rand: update comment to avoid use of ^ for exponentiationBrad Fitzpatrick2019-12-041-1/+1
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-1/+1