| Commit message (Expand) | Author | Age | Files | Lines |
* | math: correct Atan2(±y,+∞) = ±0 on s390x | Brian Kessler | 2020-03-25 | 1 | -0/+4 |
* | math: test portable FMA even on system with hardware FMA | Russ Cox | 2019-11-07 | 1 | -0/+6 |
* | math, cmd/compile: rename Fma to FMA | Russ Cox | 2019-11-07 | 1 | -5/+5 |
* | math: add guaranteed-precision FMA implementation | Akhil Indurti | 2019-10-21 | 1 | -0/+75 |
* | math: fix math.Remainder(-x,x) (for Inf > x > 0) | David Chase | 2019-03-15 | 1 | -0/+14 |
* | math: fix ternary correction statement in Log1p | Brian Kessler | 2019-01-07 | 1 | -0/+2 |
* | math: don't run huge argument tests on s390x | Robert Griesemer | 2018-12-13 | 1 | -84/+0 |
* | math: implement trignometric range reduction for huge arguments | Brian Kessler | 2018-12-13 | 1 | -0/+120 |
* | cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64 | fanzha02 | 2018-09-17 | 1 | -0/+38 |
* | math: test for pos/neg zero return of Ceil/Floor/Trunc | Ian Lance Taylor | 2018-08-21 | 1 | -5/+5 |
* | math: add tests for erf and erfc | Keith Randall | 2018-08-03 | 1 | -0/+8 |
* | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper | 2018-06-01 | 1 | -1/+1 |
* | math: add a testcase for Mod and Remainder respectively | erifan01 | 2018-04-17 | 1 | -0/+8 |
* | math: fix Ldexp when result is below ldexp(2, -1075) | Wèi Cōngruì | 2018-03-29 | 1 | -0/+4 |
* | math: handle denormals in AMD64 Exp | Wèi Cōngruì | 2018-03-29 | 1 | -0/+3 |
* | math: optimize Exp and Exp2 on arm64 | erifan01 | 2018-03-27 | 1 | -1/+10 |
* | math: correct result for Pow(x, ±.5) | Brian Kessler | 2018-01-02 | 1 | -0/+6 |
* | math: remove asm version of Dim | Ilya Tocar | 2017-11-30 | 1 | -1/+1 |
* | math: add RoundToEven function | Mark Pulford | 2017-10-24 | 1 | -0/+38 |
* | math: fix Abs, Copysign and Signbit benchmarks | Michael Munday | 2017-09-09 | 1 | -3/+9 |
* | math: Add Round function (ties away from zero) | Mark Pulford | 2017-09-02 | 1 | -0/+49 |
* | math: implement the erfcinv function | Lakshay Garg | 2017-08-22 | 1 | -0/+49 |
* | math: implement the erfinv function | Lakshay Garg | 2017-08-18 | 1 | -0/+61 |
* | math: fix inaccurate result of Exp(1) | crvv | 2017-08-17 | 1 | -0/+2 |
* | math: eliminate overflow in Pow(x,y) for large y | Brian Kessler | 2017-08-16 | 1 | -0/+22 |
* | math: additional tests for Ldexp | Than McIntosh | 2017-08-09 | 1 | -0/+5 |
* | math: speed up and improve accuracy of Pow10 | Martin Möhrmann | 2017-02-22 | 1 | -8/+34 |
* | math: add more tests for special cases of Bessel functions Y0, Y1, Yn | Alexander Döring | 2017-02-22 | 1 | -0/+8 |
* | math: protect benchmarked functions from being optimized away | Martin Möhrmann | 2017-02-18 | 1 | -71/+200 |
* | math: check overflow in amd64 Exp implementation | Alberto Donizetti | 2017-02-10 | 1 | -2/+28 |
* | math: fix Gamma(-171.5) on all platforms | Russ Cox | 2016-10-06 | 1 | -3/+9 |
* | math: fix Gamma(x) for x < -170.5 and other corner cases | Russ Cox | 2016-10-05 | 1 | -18/+94 |
* | math: use portable Exp instead of 387 instructions on 386 | Russ Cox | 2016-10-05 | 1 | -1/+1 |
* | math: fix sqrt regression on AMD64 | Ilya Tocar | 2016-09-06 | 1 | -8/+17 |
* | all: delete dead test code | Dominik Honnef | 2016-03-21 | 1 | -7/+0 |
* | math: fix bad shift in Expm1 | Matthew Dempsky | 2015-10-30 | 1 | -0/+18 |
* | math: fix normalization bug in pure-Go sqrt | Caleb Spare | 2015-10-23 | 1 | -1/+3 |
* | math: Modf(-0) returns -0,-0 | Charlie Dorian | 2015-10-09 | 1 | -1/+3 |
* | math: fix Log2 test failures on ppc64 (and s390) | Russ Cox | 2015-07-15 | 1 | -2/+4 |
* | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 1 | -1/+1 |
* | math: Expm1 returns -1 with large negative argument. | Charlie Dorian | 2015-07-10 | 1 | -0/+4 |
* | cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm) | Russ Cox | 2015-04-03 | 1 | -2/+43 |
* | math: Dim, Max, Min - allow more bit patterns for NaN | Charlie Dorian | 2015-02-23 | 1 | -0/+33 |
* | all: don't refer to code.google.com/p/go{,-wiki}/ | Péter Surányi | 2015-02-06 | 1 | -1/+1 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+2992 |