math: add Exp2; 386 FPU versions of Exp2 and Log1p
Added tests and benchmarks for Exp2 (special cases same as Exp). Log1p also enhances speed of inverse hyperbolics. R=rsc CC=golang-dev https://golang.org/cl/206058
Showing
src/pkg/math/exp2_386.s
0 → 100644
src/pkg/math/exp2_decl.go
0 → 100644
src/pkg/math/log1p_386.s
0 → 100644
src/pkg/math/log1p_decl.go
0 → 100644
Please register or sign in to comment