index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
math/rand: fix raciness in Rand.Read
Ian Lance Taylor
2016-07-11
2
-5
/
+84
*
math/rand: fix io.Reader implementation
Dmitri Popov
2016-06-27
3
-28
/
+84
*
math/rand: fix comment about bits of seed used by the default Source
Konstantin Shaposhnikov
2016-06-26
1
-2
/
+2
*
math/big: special-case a 0 mantissa during Rat parsing
Nathan VanBenschoten
2016-06-24
2
-0
/
+7
*
math/big: avoid panic in float.Text with negative prec
Alberto Donizetti
2016-06-01
2
-2
/
+10
*
math/big: using Run for some more benchmarks
Marcel van Lohuizen
2016-05-26
2
-103
/
+57
*
math/big: simplify benchmarking code some more
Robert Griesemer
2016-05-26
1
-31
/
+17
*
math/big: use run for benchmarks
Marcel van Lohuizen
2016-05-25
1
-75
/
+60
*
math/rand: Doc fix for how many bits Seed uses
Jeff R. Allen
2016-05-24
1
-1
/
+2
*
math/big: write t*10 to multiply t by 10
Russ Cox
2016-05-24
1
-1
/
+1
*
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-05-02
1
-1
/
+1
*
math/big: more tests, documentation for Flot gob marshalling
Robert Griesemer
2016-04-20
2
-36
/
+79
*
math/big: implement GobDecode/Encode for big.Float
OneOfOne
2016-04-20
2
-1
/
+127
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
3
-4
/
+4
*
math/big: re-use memory in Int.GCD
Aliaksandr Valialkin
2016-04-07
3
-6
/
+43
*
math/big: add s390x function implementations
Michael Munday
2016-04-07
1
-0
/
+565
*
math: add functions and stubs for s390x
Michael Munday
2016-04-06
3
-0
/
+221
*
math/big: much simplified and faster Float rounding
Robert Griesemer
2016-03-22
1
-85
/
+49
*
math/big: fix rounding to smallest denormal for Float.Float32/64
Robert Griesemer
2016-03-21
2
-75
/
+120
*
math/cmplx: added clarifying comment
Robert Griesemer
2016-03-21
1
-0
/
+3
*
all: delete dead test code
Dominik Honnef
2016-03-21
3
-24
/
+2
*
math/big: cleanup documentation for Format methods
Matthew Dempsky
2016-03-21
2
-14
/
+13
*
math/big: fix comment typos
Matthew Dempsky
2016-03-15
1
-3
/
+3
*
math: improve sqrt for ppc64le,ppc64
Lynn Boger
2016-03-10
2
-3
/
+14
*
testing: implement 'Unordered Output' in Examples.
Brady Catherman
2016-03-09
1
-0
/
+10
*
math/big: use correct precision in Float.Float32/64 for denormals
Robert Griesemer
2016-03-04
2
-10
/
+61
*
math: delete unused function sqrtC
Rob Pike
2016-03-03
1
-4
/
+0
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
21
-24
/
+24
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
91
-91
/
+91
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
2
-2
/
+2
*
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-02-19
1
-2
/
+2
*
math/big: fix Exp(x, x, x) for certain large x
Russ Cox
2016-01-13
2
-2
/
+25
*
math/big: fix typo in comment
Robert Griesemer
2016-01-08
1
-1
/
+1
*
build: shorten a few packages with long tests
Russ Cox
2015-12-29
2
-1
/
+11
*
math/big: additional Montgomery cleanup
Russ Cox
2015-12-16
3
-23
/
+33
*
math/big: fix carry propagation in Int.Exp Montgomery code
Russ Cox
2015-12-11
2
-21
/
+103
*
math/rand: improve uniformity of rand.Float64,Float32
David Chase
2015-12-11
1
-14
/
+11
*
math/big: fix misuse of Unicode
Russ Cox
2015-12-11
1
-2
/
+2
*
math/big: fix typo
Brad Fitzpatrick
2015-12-09
1
-1
/
+1
*
math/rand: add a comment for the i=0 iteration
Jingguo Yao
2015-11-15
1
-0
/
+5
*
math, math/big: added support for mips64{,le}
Yao Zhang
2015-11-12
2
-0
/
+137
*
math: fix bad shift in Expm1
Matthew Dempsky
2015-10-30
2
-1
/
+19
*
math: fix typo and braino in my earlier commit
Brad Fitzpatrick
2015-10-29
1
-4
/
+4
*
math: replace assembly implementations of Abs with pure Go version
Brad Fitzpatrick
2015-10-29
7
-72
/
+4
*
math: fix normalization bug in pure-Go sqrt
Caleb Spare
2015-10-23
2
-2
/
+4
*
math/big: fix SetMantExp comment
David Crawshaw
2015-10-23
1
-1
/
+1
*
math: Modf(-0) returns -0,-0
Charlie Dorian
2015-10-09
3
-2
/
+20
*
math/cmplx: make error tolerance test function of expected value
Charlie Dorian
2015-10-07
1
-4
/
+6
*
math/big: check return value from quick.Check() for GCD tests
Damian Gryski
2015-10-03
1
-1
/
+3
*
math: optimize ceil/floor functions on amd64
Ilya Tocar
2015-10-03
2
-0
/
+35
[next]