summaryrefslogtreecommitdiff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* math/rand: fix raciness in Rand.ReadIan Lance Taylor2016-07-112-5/+84
* math/rand: fix io.Reader implementationDmitri Popov2016-06-273-28/+84
* math/rand: fix comment about bits of seed used by the default SourceKonstantin Shaposhnikov2016-06-261-2/+2
* math/big: special-case a 0 mantissa during Rat parsingNathan VanBenschoten2016-06-242-0/+7
* math/big: avoid panic in float.Text with negative precAlberto Donizetti2016-06-012-2/+10
* math/big: using Run for some more benchmarksMarcel van Lohuizen2016-05-262-103/+57
* math/big: simplify benchmarking code some moreRobert Griesemer2016-05-261-31/+17
* math/big: use run for benchmarksMarcel van Lohuizen2016-05-251-75/+60
* math/rand: Doc fix for how many bits Seed usesJeff R. Allen2016-05-241-1/+2
* math/big: write t*10 to multiply t by 10Russ Cox2016-05-241-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* math/big: more tests, documentation for Flot gob marshallingRobert Griesemer2016-04-202-36/+79
* math/big: implement GobDecode/Encode for big.FloatOneOfOne2016-04-202-1/+127
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-153-4/+4
* math/big: re-use memory in Int.GCDAliaksandr Valialkin2016-04-073-6/+43
* math/big: add s390x function implementationsMichael Munday2016-04-071-0/+565
* math: add functions and stubs for s390xMichael Munday2016-04-063-0/+221
* math/big: much simplified and faster Float roundingRobert Griesemer2016-03-221-85/+49
* math/big: fix rounding to smallest denormal for Float.Float32/64Robert Griesemer2016-03-212-75/+120
* math/cmplx: added clarifying commentRobert Griesemer2016-03-211-0/+3
* all: delete dead test codeDominik Honnef2016-03-213-24/+2
* math/big: cleanup documentation for Format methodsMatthew Dempsky2016-03-212-14/+13
* math/big: fix comment typosMatthew Dempsky2016-03-151-3/+3
* math: improve sqrt for ppc64le,ppc64Lynn Boger2016-03-102-3/+14
* testing: implement 'Unordered Output' in Examples.Brady Catherman2016-03-091-0/+10
* math/big: use correct precision in Float.Float32/64 for denormalsRobert Griesemer2016-03-042-10/+61
* math: delete unused function sqrtCRob Pike2016-03-031-4/+0
* all: single space after period.Brad Fitzpatrick2016-03-0221-24/+24
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0191-91/+91
* all: fix typos and spellingMartin Möhrmann2016-02-242-2/+2
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-2/+2
* math/big: fix Exp(x, x, x) for certain large xRuss Cox2016-01-132-2/+25
* math/big: fix typo in commentRobert Griesemer2016-01-081-1/+1
* build: shorten a few packages with long testsRuss Cox2015-12-292-1/+11
* math/big: additional Montgomery cleanupRuss Cox2015-12-163-23/+33
* math/big: fix carry propagation in Int.Exp Montgomery codeRuss Cox2015-12-112-21/+103
* math/rand: improve uniformity of rand.Float64,Float32David Chase2015-12-111-14/+11
* math/big: fix misuse of UnicodeRuss Cox2015-12-111-2/+2
* math/big: fix typoBrad Fitzpatrick2015-12-091-1/+1
* math/rand: add a comment for the i=0 iterationJingguo Yao2015-11-151-0/+5
* math, math/big: added support for mips64{,le}Yao Zhang2015-11-122-0/+137
* math: fix bad shift in Expm1Matthew Dempsky2015-10-302-1/+19
* math: fix typo and braino in my earlier commitBrad Fitzpatrick2015-10-291-4/+4
* math: replace assembly implementations of Abs with pure Go versionBrad Fitzpatrick2015-10-297-72/+4
* math: fix normalization bug in pure-Go sqrtCaleb Spare2015-10-232-2/+4
* math/big: fix SetMantExp commentDavid Crawshaw2015-10-231-1/+1
* math: Modf(-0) returns -0,-0Charlie Dorian2015-10-093-2/+20
* math/cmplx: make error tolerance test function of expected valueCharlie Dorian2015-10-071-4/+6
* math/big: check return value from quick.Check() for GCD testsDamian Gryski2015-10-031-1/+3
* math: optimize ceil/floor functions on amd64Ilya Tocar2015-10-032-0/+35