summaryrefslogtreecommitdiff
path: root/src/pkg/math/log1p_decl.go
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10math: add Exp2; 386 FPU versions of Exp2 and Log1pCharles L. Dorian1-0/+7
Added tests and benchmarks for Exp2 (special cases same as Exp). Log1p also enhances speed of inverse hyperbolics. R=rsc CC=golang-dev http://codereview.appspot.com/206058 Committer: Russ Cox <rsc@golang.org>