aboutsummaryrefslogtreecommitdiff
path: root/src/math/all_test.go
AgeCommit message (Expand)Author
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2020-03-25math: correct Atan2(±y,+∞) = ±0 on s390xBrian Kessler
2019-11-07math: test portable FMA even on system with hardware FMARuss Cox
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-10-21math: add guaranteed-precision FMA implementationAkhil Indurti
2019-03-15math: fix math.Remainder(-x,x) (for Inf > x > 0)David Chase
2019-01-07math: fix ternary correction statement in Log1pBrian Kessler
2018-12-13math: don't run huge argument tests on s390xRobert Griesemer
2018-12-13math: implement trignometric range reduction for huge argumentsBrian Kessler
2018-09-17cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64fanzha02
2018-08-21math: test for pos/neg zero return of Ceil/Floor/TruncIan Lance Taylor
2018-08-03math: add tests for erf and erfcKeith Randall
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-17math: add a testcase for Mod and Remainder respectivelyerifan01
2018-03-29math: fix Ldexp when result is below ldexp(2, -1075)Wèi Cōngruì
2018-03-29math: handle denormals in AMD64 ExpWèi Cōngruì
2018-03-27math: optimize Exp and Exp2 on arm64erifan01
2018-01-02math: correct result for Pow(x, ±.5)Brian Kessler
2017-11-30math: remove asm version of DimIlya Tocar
2017-10-24math: add RoundToEven functionMark Pulford
2017-09-09math: fix Abs, Copysign and Signbit benchmarksMichael Munday
2017-09-02math: Add Round function (ties away from zero)Mark Pulford
2017-08-22math: implement the erfcinv functionLakshay Garg
2017-08-18math: implement the erfinv functionLakshay Garg
2017-08-17math: fix inaccurate result of Exp(1)crvv
2017-08-16math: eliminate overflow in Pow(x,y) for large yBrian Kessler
2017-08-09math: additional tests for LdexpThan McIntosh
2017-02-22math: speed up and improve accuracy of Pow10Martin Möhrmann
2017-02-22math: add more tests for special cases of Bessel functions Y0, Y1, YnAlexander Döring
2017-02-18math: protect benchmarked functions from being optimized awayMartin Möhrmann
2017-02-10math: check overflow in amd64 Exp implementationAlberto Donizetti
2016-10-06math: fix Gamma(-171.5) on all platformsRuss Cox
2016-10-05math: fix Gamma(x) for x < -170.5 and other corner casesRuss Cox
2016-10-05math: use portable Exp instead of 387 instructions on 386Russ Cox
2016-09-06math: fix sqrt regression on AMD64Ilya Tocar
2016-03-21all: delete dead test codeDominik Honnef
2015-10-30math: fix bad shift in Expm1Matthew Dempsky
2015-10-23math: fix normalization bug in pure-Go sqrtCaleb Spare
2015-10-09math: Modf(-0) returns -0,-0Charlie Dorian
2015-07-15math: fix Log2 test failures on ppc64 (and s390)Russ Cox
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-10math: Expm1 returns -1 with large negative argument.Charlie Dorian
2015-04-03cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm)Russ Cox
2015-02-23math: Dim, Max, Min - allow more bit patterns for NaNCharlie Dorian
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2014-09-08build: move package sources from src/pkg to srcRuss Cox