Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 37 | -114/+865 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 82 | -227/+406 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 40 | -163/+146 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 41 | -561/+2063 |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 2 | -5/+23 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 143 | -1142/+11741 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 103 | -0/+8662 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 103 | -8676/+0 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 4 | -2/+19 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -1/+1 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 9 | -19/+170 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 23 | -540/+995 |
2010-06-30 | math: amd64 versions of exp and fabs | Charles L. Dorian | 6 | -11/+141 |
2010-06-08 | gc: new typechecking rules | Russ Cox | 1 | -0/+67 |
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 | 2 | -190/+245 |
2010-05-18 | math: amd64 versions of fdim, fmax, fmin | Charles L. Dorian | 4 | -2/+37 |
2010-05-18 | math: signed zero Sqrt special case | Charles L. Dorian | 3 | -6/+12 |
2010-05-02 | math: fix typo in Cbrt description | Charles L. Dorian | 1 | -3/+3 |
2010-04-26 | math: more special cases for signed zero | Charles L. Dorian | 8 | -164/+421 |
2010-04-09 | math: use ** for exponentiation in comments | Charles L. Dorian | 17 | -91/+91 |
2010-04-08 | math: atan2 special cases (negative zero) | Charles L. Dorian | 5 | -32/+91 |
2010-03-26 | math: add J1, Y1, Jn and Yn (Bessel functions) | Charles L. Dorian | 5 | -42/+970 |
2010-03-24 | math: add J0 and Y0 (Bessel functions) | Charles L. Dorian | 3 | -0/+528 |
2010-03-19 | math: add Gamma function | Charles L. Dorian | 3 | -0/+235 |
2010-03-11 | math, path: minor comment fixes | Robert Griesemer | 1 | -1/+1 |
2010-03-10 | math package: minor documentation fix | Robert Griesemer | 1 | -3/+3 |
2010-03-05 | math: faster hypot | Charles L. Dorian | 5 | -24/+81 |
2010-03-05 | frexp.go: remove html from comment | Robert Griesemer | 1 | -1/+1 |
2010-03-03 | math: added ilogb, logb, remainder, tests and special conditions | Charles L. Dorian | 9 | -5/+331 |
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 | 5 | -3/+404 |
2010-02-18 | math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, Ldexp | Charles L. Dorian | 13 | -53/+311 |
2010-02-10 | math: add Exp2; 386 FPU versions of Exp2 and Log1p | Charles L. Dorian | 7 | -0/+115 |
2010-02-09 | math: add functions Log2, Nextafter, Fdim, Fmax, Fmin | Charles L. Dorian | 9 | -4/+206 |
2010-02-05 | math: Atan2 special cases and tests; atan2_386 | Charles L. Dorian | 5 | -3/+166 |
2010-02-05 | math: special cases for Modf, Frexp and Ldexp; added Modf_386 | Charles L. Dorian | 6 | -26/+188 |
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 | 18 | -148/+1727 |
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 | 5 | -4/+68 |
2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | 10 | -14/+14 |
2010-01-15 | math: special cases for Hypot | Charles L. Dorian | 2 | -24/+95 |
2010-01-15 | math: 386 FPU functions | Charles L. Dorian | 17 | -0/+278 |
2010-01-11 | math: special cases for Ceil, Exp, Floor, Log, Log10 | Charles L. Dorian | 4 | -10/+108 |
2010-01-11 | math: special cases for Fmod | Charles L. Dorian | 2 | -5/+124 |
2010-01-12 | Clean up and make consistent the comments in the math package. | Rob Pike | 11 | -64/+60 |
2010-01-11 | math: fix pow10 comment, test portable Sqrt | Russ Cox | 3 | -5/+17 |
2010-01-10 | math: Sqrt using 386 FPU. | Charles L. Dorian | 5 | -129/+162 |
2010-01-08 | math: special cases for Atan, Asin and Acos | Charles L. Dorian | 4 | -86/+198 |