Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-15 | math: special cases for Pow | Charles L. Dorian | 2 | -5/+202 |
2009-12-15 | math: faster, easier to inline IsNaN, IsInf | Russ Cox | 1 | -4/+10 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 20 | -301/+301 |
2009-11-24 | test case for large angles in trig functions | Ken Thompson | 1 | -0/+37 |
2009-11-24 | bad sin/cos for large angles. | Ken Thompson | 1 | -1/+1 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -2/+2 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 2 | -2/+2 |
2009-11-17 | math: fix argument names in Atan2 | Russ Cox | 1 | -7/+6 |
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 | 18 | -98/+98 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 18 | -78/+78 |