summaryrefslogtreecommitdiff
path: root/src/math/all_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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