summaryrefslogtreecommitdiff
path: root/src/pkg/math/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-102/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+102
2011-09-13Imported Upstream version 60Ondřej Surý1-102/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+3
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+8
2010-06-30math: amd64 versions of exp and fabsCharles L. Dorian1-0/+3
2010-05-18math: amd64 versions of fdim, fmax, fminCharles L. Dorian1-0/+1
2010-04-08math: atan2 special cases (negative zero)Charles L. Dorian1-0/+1
2010-03-26math: add J1, Y1, Jn and Yn (Bessel functions)Charles L. Dorian1-0/+2
2010-03-24math: add J0 and Y0 (Bessel functions)Charles L. Dorian1-0/+1
2010-03-19math: add Gamma functionCharles L. Dorian1-0/+1
2010-03-05math: faster hypotCharles L. Dorian1-0/+1
2010-03-03math: added ilogb, logb, remainder, tests and special conditionsCharles L. Dorian1-0/+4
2010-02-22math: add lgamma; in-line special cases of acosh, nextafterCharles L. Dorian1-0/+1
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian1-0/+7
2010-02-10math: add Exp2; 386 FPU versions of Exp2 and Log1pCharles L. Dorian1-0/+2
2010-02-09math: add functions Log2, Nextafter, Fdim, Fmax, FminCharles L. Dorian1-0/+2
2010-02-05math: Atan2 special cases and tests; atan2_386Charles L. Dorian1-0/+1
2010-02-05math: special cases for Modf, Frexp and Ldexp; added Modf_386Charles L. Dorian1-0/+2
2010-02-01math: add functions; update tests and special casesCharles L. Dorian1-0/+8
2010-01-26math: 386 FPU hypotCharles L. Dorian1-0/+1
2010-01-15math: 386 FPU functionsCharles L. Dorian1-0/+8
2010-01-10math: Sqrt using 386 FPU.Charles L. Dorian1-0/+4
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-10-15move math out of runtime.Russ Cox1-1/+2
2009-09-24install assembly math.Sqrt on amd64Russ Cox1-1/+15
2009-08-12convert low-level (used by testing) packages toRuss Cox1-92/+22
2009-06-09mv src/lib to src/pkgRob Pike1-0/+98