]> Cypherpunks repositories - gostls13.git/commit
math: improved high-angle test for Cos, Sin and Tan
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 4 Nov 2011 19:35:59 +0000 (15:35 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 4 Nov 2011 19:35:59 +0000 (15:35 -0400)
commit377ac335afb298bff873f3f95cd54ea71cfc7f43
tree2a7b110b78b4230334e9de24ccc5bc8bac817540
parentcd6c7375d49edd52de557b0ec1cc5f37889ecaae
math: improved high-angle test for Cos, Sin and Tan

Maximum error for 386 is "close" (1e-14). For amd64, it's "veryclose" (4e-16).

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5340042
src/pkg/math/all_test.go