summaryrefslogtreecommitdiff
path: root/src/pkg/math/all_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+117
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-325/+375
2010-06-30math: amd64 versions of exp and fabsCharles L. Dorian1-6/+12
2010-06-03math: fix typo in Exp2 benchmarkCharles L. Dorian1-1/+1
2010-06-02math: Pow special cases (signed zero, IEEE 754-2008)Charles L. Dorian1-163/+203
2010-05-18math: signed zero Sqrt special caseCharles L. Dorian1-2/+9
2010-04-26math: more special cases for signed zeroCharles L. Dorian1-152/+393
2010-04-08math: atan2 special cases (negative zero)Charles L. Dorian1-2/+63
2010-03-26math: add J1, Y1, Jn and Yn (Bessel functions)Charles L. Dorian1-4/+198
2010-03-24math: add J0 and Y0 (Bessel functions)Charles L. Dorian1-0/+90
2010-03-19math: add Gamma functionCharles L. Dorian1-0/+46
2010-03-05math: faster hypotCharles L. Dorian1-0/+6
2010-03-03math: added ilogb, logb, remainder, tests and special conditionsCharles L. Dorian1-1/+108
2010-02-25go/printer, gofmt: correct indentation after certain /*-style commentsRobert Griesemer1-1/+1
2010-02-22math: add lgamma; in-line special cases of acosh, nextafterCharles L. Dorian1-1/+46
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian1-5/+72
2010-02-10math: add Exp2; 386 FPU versions of Exp2 and Log1pCharles L. Dorian1-0/+31
2010-02-09math: add functions Log2, Nextafter, Fdim, Fmax, FminCharles L. Dorian1-1/+132
2010-02-05math: Atan2 special cases and tests; atan2_386Charles L. Dorian1-0/+89
2010-02-05math: special cases for Modf, Frexp and Ldexp; added Modf_386Charles L. Dorian1-1/+113
2010-02-01math: change Cosh test to close, not veryclose (needed on some x86 chips)Russ Cox1-1/+1
2010-02-01math: add functions; update tests and special casesCharles L. Dorian1-141/+644
2010-01-29math: Change veryclose to close for Sinh and Exp tests.Devon H. O'Dell1-2/+2
2010-01-26math: 386 FPU hypotCharles L. Dorian1-3/+3
2010-01-15math: special cases for HypotCharles L. Dorian1-23/+81
2010-01-11math: special cases for Ceil, Exp, Floor, Log, Log10Charles L. Dorian1-1/+87
2010-01-11math: special cases for FmodCharles L. Dorian1-1/+112
2010-01-11math: fix pow10 comment, test portable SqrtRuss Cox1-4/+7
2010-01-10math: Sqrt using 386 FPU.Charles L. Dorian1-0/+6
2010-01-08math: special cases for Atan, Asin and AcosCharles L. Dorian1-33/+74
2009-12-15math: special cases for PowCharles L. Dorian1-0/+152
2009-12-151) Change default gofmt default settings forRobert Griesemer1-25/+25
2009-11-24test case for large angles in trig functionsKen Thompson1-0/+37
2009-11-15gc: five bug fixes, one better error.Russ Cox1-0/+27
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-4/+4
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-15/+15
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-6/+2
2009-11-05gofmt-ify math, expvar, exp/spacewarRobert Griesemer1-2/+2
2009-10-06apply gofmt to malloc math once osRuss Cox1-137/+137
2009-08-12convert low-level (used by testing) packages toRuss Cox1-2/+2
2009-08-10remove unnecessary pkg. referencesRuss Cox1-29/+29
2009-06-09mv src/lib to src/pkgRob Pike1-0/+278