]> Cypherpunks repositories - gostls13.git/commit
math: add functions Log2, Nextafter, Fdim, Fmax, Fmin
authorCharles L. Dorian <cldorian@gmail.com>
Tue, 9 Feb 2010 21:33:12 +0000 (13:33 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 9 Feb 2010 21:33:12 +0000 (13:33 -0800)
commitc4653312623dca0b3f31d0fbb5575f2039efc33d
tree504bc7ee375812c4ec518b472970261e3bd48685
parentbaea3e946d4456ea6a72bceaf018fefe2196272b
math: add functions Log2, Nextafter, Fdim, Fmax, Fmin

Add functions, tests and benchmarks. Fix typos in comments
in expm1 and hypot_386.  Fix Acosh domain error in benchmark
test.

R=rsc
CC=golang-dev
https://golang.org/cl/204069
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/expm1.go
src/pkg/math/fdim.go [new file with mode: 0644]
src/pkg/math/hypot_386.s
src/pkg/math/log.go
src/pkg/math/log_386.s
src/pkg/math/log_decl.go
src/pkg/math/nextafter.go [new file with mode: 0644]