index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Age
Commit message (
Expand
)
Author
2020-05-29
math: fix dead link to springerlink (now link.springer)
Alberto Donizetti
2020-05-19
testing: clean up remaining TempDir issues from CL 231958
Bryan C. Mills
2020-05-05
math/big: add (*Int).FillBytes
Filippo Valsorda
2020-05-04
math: implement Min/Max in riscv64 assembly
Joel Sing
2020-05-02
math: add function examples.
kakulisen
2020-05-01
math/cmplx: handle special cases
Brian Kessler
2020-04-30
math: Add a function example
kakulisen
2020-04-27
math/big: simplify hasVX checking on s390x
Ruixin(Peter) Bao
2020-04-27
math: simplify hasVX checking on s390x
Ruixin Bao
2020-04-25
math/cmplx: fix typo in code comment
Tyson Andre
2020-04-24
math/big: rewrite subVW to use fast path on s390x
Ruixin(Peter) Bao
2020-04-24
math/big: rewrite addVW to use fast path on s390x
Ruixin(Peter) Bao
2020-04-22
cmd/compile: clean up codegen for branch-on-carry on s390x
Michael Munday
2020-04-22
math/big: clean up whitespace in arith_s390x.s file
Ruixin(Peter) Bao
2020-04-15
math/big: remove Direct Sqrt computation
Alberto Donizetti
2020-04-15
math/big: add test that linker is able to remove unused code
Brad Fitzpatrick
2020-04-15
math/big: fix typo in documentation for Int.Exp
Hanjun Kim
2020-04-14
math/big: don't use Float in init to help linker discard 162 KiB
Brad Fitzpatrick
2020-04-08
math/big: correct off-by-one access in divBasic
Rémy Oudompheng
2020-03-25
math: correct Atan2(±y,+∞) = ±0 on s390x
Brian Kessler
2020-03-20
math/big: document that Sqrt doesn't set Accuracy
Alberto Donizetti
2020-03-14
math/cmplx: disable TanHuge test on s390x
Brian Kessler
2020-03-14
math/cmplx: implement Payne-Hanek range reduction
Brian Kessler
2020-02-25
math/big: initial vector arithmetic in riscv64 assembly
Joel Sing
2020-02-25
math: implement Sqrt in assembly for riscv64
Joel Sing
2020-02-05
math/big: reintroduce pre-Go 1.14 mention in GCD docs
Filippo Valsorda
2020-01-31
math/big: simplify GCD docs
Filippo Valsorda
2020-01-30
math/big: update comment on Int.GCD
Robert Griesemer
2020-01-15
math, math/big: add support for riscv64
Joel Sing
2019-12-04
math/rand: update comment to avoid use of ^ for exponentiation
Brad Fitzpatrick
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-13
math/big: fix out-of-bounds panic in divRecursive
Rémy Oudompheng
2019-11-12
math/big: ensure correct test input
Robert Griesemer
2019-11-12
math/big: implement recursive algorithm for division
Rémy Oudompheng
2019-11-08
Revert "math/cmplx: handle special cases"
Ian Lance Taylor
2019-11-07
math/cmplx: handle special cases
Brian Kessler
2019-11-07
math: test portable FMA even on system with hardware FMA
Russ Cox
2019-11-07
math, cmd/compile: rename Fma to FMA
Russ Cox
2019-11-07
math/big: allow all values for GCD
Brian Kessler
2019-10-25
math/big: use nat pool to reduce allocations in mul and sqr
Rémy Oudompheng
2019-10-24
math/big: make Rat.Denom side-effect free
Robert Griesemer
2019-10-24
math/big: normalize unitialized denominators ASAP
Robert Griesemer
2019-10-21
math: add guaranteed-precision FMA implementation
Akhil Indurti
2019-10-18
math/bits: add Rem, Rem32, Rem64
Alberto Donizetti
2019-10-15
math/big: make Rat accessors safe for concurrent use
Robert Griesemer
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2019-10-09
all: remove the nacl port (part 2, amd64p32 + toolchain)
Brad Fitzpatrick
2019-09-30
math/rand: devirtualize interface call in Read
Carlo Alberto Ferraris
2019-09-29
math/rand: devirtualize interface in lockedSource
Carlo Alberto Ferraris
2019-09-18
math/big: avoid MinExp exponent wrap-around in 'x' Text format
Robert Griesemer
[prev]
[next]