]> Cypherpunks repositories - gostls13.git/commit
math: special cases for Atan, Asin and Acos
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 8 Jan 2010 22:12:10 +0000 (14:12 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 8 Jan 2010 22:12:10 +0000 (14:12 -0800)
commitfd1db67e87852eb9f9721a7c31c00b8aa5883a62
treeda22d4e5793455a46fc79f94cf02d534a5d971b2
parent7ec0856f0112900c5968f58a908f902a9f6c038e
math: special cases for Atan, Asin and Acos
Added tests for NaN and out-of-range values.
Combined asin.go and atan.go into atan.go.

R=rsc
CC=golang-dev
https://golang.org/cl/180065
src/pkg/math/all_test.go
src/pkg/math/asin.go
src/pkg/math/atan.go
src/pkg/math/sqrt.go