summaryrefslogtreecommitdiff
path: root/src/math/all_test.go
Commit message (Expand)AuthorAgeFilesLines
* math: correct Atan2(±y,+∞) = ±0 on s390xBrian Kessler2020-03-251-0/+4
* math: test portable FMA even on system with hardware FMARuss Cox2019-11-071-0/+6
* math, cmd/compile: rename Fma to FMARuss Cox2019-11-071-5/+5
* math: add guaranteed-precision FMA implementationAkhil Indurti2019-10-211-0/+75
* math: fix math.Remainder(-x,x) (for Inf > x > 0)David Chase2019-03-151-0/+14
* math: fix ternary correction statement in Log1pBrian Kessler2019-01-071-0/+2
* math: don't run huge argument tests on s390xRobert Griesemer2018-12-131-84/+0
* math: implement trignometric range reduction for huge argumentsBrian Kessler2018-12-131-0/+120
* cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64fanzha022018-09-171-0/+38
* math: test for pos/neg zero return of Ceil/Floor/TruncIan Lance Taylor2018-08-211-5/+5
* math: add tests for erf and erfcKeith Randall2018-08-031-0/+8
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* math: add a testcase for Mod and Remainder respectivelyerifan012018-04-171-0/+8
* math: fix Ldexp when result is below ldexp(2, -1075)Wèi Cōngruì2018-03-291-0/+4
* math: handle denormals in AMD64 ExpWèi Cōngruì2018-03-291-0/+3
* math: optimize Exp and Exp2 on arm64erifan012018-03-271-1/+10
* math: correct result for Pow(x, ±.5)Brian Kessler2018-01-021-0/+6
* math: remove asm version of DimIlya Tocar2017-11-301-1/+1
* math: add RoundToEven functionMark Pulford2017-10-241-0/+38
* math: fix Abs, Copysign and Signbit benchmarksMichael Munday2017-09-091-3/+9
* math: Add Round function (ties away from zero)Mark Pulford2017-09-021-0/+49
* math: implement the erfcinv functionLakshay Garg2017-08-221-0/+49
* math: implement the erfinv functionLakshay Garg2017-08-181-0/+61
* math: fix inaccurate result of Exp(1)crvv2017-08-171-0/+2
* math: eliminate overflow in Pow(x,y) for large yBrian Kessler2017-08-161-0/+22
* math: additional tests for LdexpThan McIntosh2017-08-091-0/+5
* math: speed up and improve accuracy of Pow10Martin Möhrmann2017-02-221-8/+34
* math: add more tests for special cases of Bessel functions Y0, Y1, YnAlexander Döring2017-02-221-0/+8
* math: protect benchmarked functions from being optimized awayMartin Möhrmann2017-02-181-71/+200
* math: check overflow in amd64 Exp implementationAlberto Donizetti2017-02-101-2/+28
* math: fix Gamma(-171.5) on all platformsRuss Cox2016-10-061-3/+9
* math: fix Gamma(x) for x < -170.5 and other corner casesRuss Cox2016-10-051-18/+94
* math: use portable Exp instead of 387 instructions on 386Russ Cox2016-10-051-1/+1
* math: fix sqrt regression on AMD64Ilya Tocar2016-09-061-8/+17
* all: delete dead test codeDominik Honnef2016-03-211-7/+0
* math: fix bad shift in Expm1Matthew Dempsky2015-10-301-0/+18
* math: fix normalization bug in pure-Go sqrtCaleb Spare2015-10-231-1/+3
* math: Modf(-0) returns -0,-0Charlie Dorian2015-10-091-1/+3
* math: fix Log2 test failures on ppc64 (and s390)Russ Cox2015-07-151-2/+4
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* math: Expm1 returns -1 with large negative argument.Charlie Dorian2015-07-101-0/+4
* cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm)Russ Cox2015-04-031-2/+43
* math: Dim, Max, Min - allow more bit patterns for NaNCharlie Dorian2015-02-231-0/+33
* all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi2015-02-061-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+2992