summaryrefslogtreecommitdiff
path: root/src/pkg/math/asinh.go
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-1/+1
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-5/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+71
2011-09-13Imported Upstream version 60Ondřej Surý1-72/+0
2010-04-09math: use ** for exponentiation in commentsCharles L. Dorian1-7/+7
R=rsc CC=golang-dev http://codereview.appspot.com/908041 Committer: Russ Cox <rsc@golang.org>
2010-02-01math: add functions; update tests and special casesCharles L. Dorian1-0/+72
Added special cases to comments for asin.go and fabs.go. Added Trunc() to floor.go and floor_386.s. Fixed formatting error in hypot_386.s Added new functions Acosh, Asinh, Atanh, Copysign, Erf, Erfc, Expm1, and Log1p. Added 386 FPU version of Fmod. Added tests, benchmarks, and precision to expected results in all_test.go. Edited makefile so it all compiles. R=rsc CC=golang-dev http://codereview.appspot.com/195052 Committer: Russ Cox <rsc@golang.org>