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
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-11
math/bits: add examples for Add, Sub, Mul and Div
Pedro Lopez Mareque
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-20
math/big: remove stray whitespace in addMulVVW on amd64
andig
2021-10-07
math: add Remainder example
Pedro Lopez Mareque
2021-08-22
math/big: clarified doc string for SetMantExp
Robert Griesemer
2021-08-17
all: fix typos
Yasuhiro Matsumoto
2021-06-29
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)
tkawakita
2021-06-16
math/rand: mention half-open intervals explicitly
Russ Cox
2021-06-09
math/big: comment division
Russ Cox
2021-05-26
math/big: move division into natdiv.go
Russ Cox
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-05-06
math/big: check for excessive exponents in Rat.SetString
Robert Griesemer
2021-05-03
math: add MaxUint, MinInt, MaxInt
Colin Arnott
2021-05-03
math: replace float32/64 extrema with exact expressions
Robert Griesemer
2021-04-30
math: increase precision of math.SmallestNonzeroFloat64
Robert Griesemer
2021-04-28
testing: add -shuffle=off|on|N to alter the execution order of tests and benc...
Paschalis Tsilias
2021-04-27
bits: use same expression with system bit size
yangwenmai
2021-04-23
math/rand: make the security warning clearer and more prominent
Filippo Valsorda
2021-04-20
all: remove redundant spaces before . and ,
Yury Smolsky
2021-04-15
math: avoid assembly stubs
Austin Clements
2021-03-29
math: simplify comparison in FMA when swapping p and z
smasher164
2021-03-24
math/big: don't require runtime.(*Frame).Next symbol present
Cherry Zhang
2021-03-17
math/bits: folded reverse tables by using const string
Meng Zhuo
2021-03-07
math/big: add shrVU and shlVU benchmarks
Josh Bleecher Snyder
2021-03-05
math/big: remove bounds checks for shrVU_g inner loop
Josh Bleecher Snyder
2021-03-02
cmd/compile: optimize single-precision floating point square root
fanzha02
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-19
math: remove most 387 implementations
Russ Cox
2021-02-03
math/big: fix comment in divRecursiveStep
Katie Hockman
2021-01-27
math: fix typo in sqrt.go code comment
Paul Davis
2021-01-04
math/rand: fix typo in comment
Toasa
2020-12-14
math/big: add test for recursive division panic
Katie Hockman
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-03
math/big: remove the s390x assembly for shlVU and shrVU
Jonathan Albrecht
2020-11-12
math/big: fix shift for recursive division
Katie Hockman
2020-10-29
math/big: reduce allocations for building decimal strings
surechen
2020-09-23
math/big: replace division with multiplication by reciprocal word
SparrowLii
2020-09-19
math: Remove redundant local variable Ln2
surechen
2020-08-28
math/big: tune addVW/subVW performance on arm64
Xiangdong Ji
2020-08-28
math/big: add a comment for SetMantExp
surechen
2020-08-26
math/big: add function example
zhouzhongyuan
2020-08-25
math/big: fix TestShiftOverlap for test -count arguments > 1
SparrowLii
2020-08-18
math/big: improve performance of mulAddVWW on ppc64x
Lynn Boger
2020-08-15
math: simplify the code
kakulisen
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
[prev]
[next]