Age | Commit message (Expand) | Author | Files | Lines |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+117 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -325/+375 |
2010-06-30 | math: amd64 versions of exp and fabs | Charles L. Dorian | 1 | -6/+12 |
2010-06-03 | math: fix typo in Exp2 benchmark | Charles L. Dorian | 1 | -1/+1 |
2010-06-02 | math: Pow special cases (signed zero, IEEE 754-2008) | Charles L. Dorian | 1 | -163/+203 |
2010-05-18 | math: signed zero Sqrt special case | Charles L. Dorian | 1 | -2/+9 |
2010-04-26 | math: more special cases for signed zero | Charles L. Dorian | 1 | -152/+393 |
2010-04-08 | math: atan2 special cases (negative zero) | Charles L. Dorian | 1 | -2/+63 |
2010-03-26 | math: add J1, Y1, Jn and Yn (Bessel functions) | Charles L. Dorian | 1 | -4/+198 |
2010-03-24 | math: add J0 and Y0 (Bessel functions) | Charles L. Dorian | 1 | -0/+90 |
2010-03-19 | math: add Gamma function | Charles L. Dorian | 1 | -0/+46 |
2010-03-05 | math: faster hypot | Charles L. Dorian | 1 | -0/+6 |
2010-03-03 | math: added ilogb, logb, remainder, tests and special conditions | Charles L. Dorian | 1 | -1/+108 |
2010-02-25 | go/printer, gofmt: correct indentation after certain /*-style comments | Robert Griesemer | 1 | -1/+1 |
2010-02-22 | math: add lgamma; in-line special cases of acosh, nextafter | Charles L. Dorian | 1 | -1/+46 |
2010-02-18 | math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, Ldexp | Charles L. Dorian | 1 | -5/+72 |
2010-02-10 | math: add Exp2; 386 FPU versions of Exp2 and Log1p | Charles L. Dorian | 1 | -0/+31 |
2010-02-09 | math: add functions Log2, Nextafter, Fdim, Fmax, Fmin | Charles L. Dorian | 1 | -1/+132 |
2010-02-05 | math: Atan2 special cases and tests; atan2_386 | Charles L. Dorian | 1 | -0/+89 |
2010-02-05 | math: special cases for Modf, Frexp and Ldexp; added Modf_386 | Charles L. Dorian | 1 | -1/+113 |
2010-02-01 | math: change Cosh test to close, not veryclose (needed on some x86 chips) | Russ Cox | 1 | -1/+1 |
2010-02-01 | math: add functions; update tests and special cases | Charles L. Dorian | 1 | -141/+644 |
2010-01-29 | math: Change veryclose to close for Sinh and Exp tests. | Devon H. O'Dell | 1 | -2/+2 |
2010-01-26 | math: 386 FPU hypot | Charles L. Dorian | 1 | -3/+3 |
2010-01-15 | math: special cases for Hypot | Charles L. Dorian | 1 | -23/+81 |
2010-01-11 | math: special cases for Ceil, Exp, Floor, Log, Log10 | Charles L. Dorian | 1 | -1/+87 |
2010-01-11 | math: special cases for Fmod | Charles L. Dorian | 1 | -1/+112 |
2010-01-11 | math: fix pow10 comment, test portable Sqrt | Russ Cox | 1 | -4/+7 |
2010-01-10 | math: Sqrt using 386 FPU. | Charles L. Dorian | 1 | -0/+6 |
2010-01-08 | math: special cases for Atan, Asin and Acos | Charles L. Dorian | 1 | -33/+74 |
2009-12-15 | math: special cases for Pow | Charles L. Dorian | 1 | -0/+152 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -25/+25 |
2009-11-24 | test case for large angles in trig functions | Ken Thompson | 1 | -0/+37 |
2009-11-15 | gc: five bug fixes, one better error. | Russ Cox | 1 | -0/+27 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -4/+4 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -15/+15 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -6/+2 |
2009-11-05 | gofmt-ify math, expvar, exp/spacewar | Robert Griesemer | 1 | -2/+2 |
2009-10-06 | apply gofmt to malloc math once os | Russ Cox | 1 | -137/+137 |
2009-08-12 | convert low-level (used by testing) packages to | Russ Cox | 1 | -2/+2 |
2009-08-10 | remove unnecessary pkg. references | Russ Cox | 1 | -29/+29 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+278 |