math: add functions; update tests and special cases
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 https://golang.org/cl/195052
Showing
src/pkg/math/acosh.go
0 → 100644
This diff is collapsed.
src/pkg/math/asinh.go
0 → 100644
src/pkg/math/atanh.go
0 → 100644
src/pkg/math/copysign.go
0 → 100644
src/pkg/math/erf.go
0 → 100644
This diff is collapsed.
src/pkg/math/expm1.go
0 → 100644
src/pkg/math/fmod_386.s
0 → 100644
src/pkg/math/fmod_decl.go
0 → 100644
src/pkg/math/log1p.go
0 → 100644
Please
register
or
sign in
to comment