summaryrefslogtreecommitdiff
path: root/src/pkg/math
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý4-2/+19
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+1
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý9-19/+170
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý23-540/+995
2010-06-30math: amd64 versions of exp and fabsCharles L. Dorian6-11/+141
2010-06-08gc: new typechecking rulesRuss Cox1-0/+67
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. Dorian2-190/+245
2010-05-18math: amd64 versions of fdim, fmax, fminCharles L. Dorian4-2/+37
2010-05-18math: signed zero Sqrt special caseCharles L. Dorian3-6/+12
2010-05-02math: fix typo in Cbrt descriptionCharles L. Dorian1-3/+3
2010-04-26math: more special cases for signed zeroCharles L. Dorian8-164/+421
2010-04-09math: use ** for exponentiation in commentsCharles L. Dorian17-91/+91
2010-04-08math: atan2 special cases (negative zero)Charles L. Dorian5-32/+91
2010-03-26math: add J1, Y1, Jn and Yn (Bessel functions)Charles L. Dorian5-42/+970
2010-03-24math: add J0 and Y0 (Bessel functions)Charles L. Dorian3-0/+528
2010-03-19math: add Gamma functionCharles L. Dorian3-0/+235
2010-03-11math, path: minor comment fixesRobert Griesemer1-1/+1
2010-03-10math package: minor documentation fixRobert Griesemer1-3/+3
2010-03-05math: faster hypotCharles L. Dorian5-24/+81
2010-03-05frexp.go: remove html from commentRobert Griesemer1-1/+1
2010-03-03math: added ilogb, logb, remainder, tests and special conditionsCharles L. Dorian9-5/+331
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. Dorian5-3/+404
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian13-53/+311
2010-02-10math: add Exp2; 386 FPU versions of Exp2 and Log1pCharles L. Dorian7-0/+115
2010-02-09math: add functions Log2, Nextafter, Fdim, Fmax, FminCharles L. Dorian9-4/+206
2010-02-05math: Atan2 special cases and tests; atan2_386Charles L. Dorian5-3/+166
2010-02-05math: special cases for Modf, Frexp and Ldexp; added Modf_386Charles L. Dorian6-26/+188
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. Dorian18-148/+1727
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. Dorian5-4/+68
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox10-14/+14
2010-01-15math: special cases for HypotCharles L. Dorian2-24/+95
2010-01-15math: 386 FPU functionsCharles L. Dorian17-0/+278
2010-01-11math: special cases for Ceil, Exp, Floor, Log, Log10Charles L. Dorian4-10/+108
2010-01-11math: special cases for FmodCharles L. Dorian2-5/+124
2010-01-12Clean up and make consistent the comments in the math package.Rob Pike11-64/+60
2010-01-11math: fix pow10 comment, test portable SqrtRuss Cox3-5/+17
2010-01-10math: Sqrt using 386 FPU.Charles L. Dorian5-129/+162
2010-01-08math: special cases for Atan, Asin and AcosCharles L. Dorian4-86/+198
2009-12-15math: special cases for PowCharles L. Dorian2-5/+202
2009-12-15math: faster, easier to inline IsNaN, IsInfRuss Cox1-4/+10
2009-12-151) Change default gofmt default settings forRobert Griesemer20-301/+301
2009-11-24test case for large angles in trig functionsKen Thompson1-0/+37
2009-11-24bad sin/cos for large angles.Ken Thompson1-1/+1
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-2/+2
2009-11-17math: fix argument names in Atan2Russ Cox1-7/+6