aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-03-15 14:21:59 +0100
committerAndreas Jaeger <aj@suse.de>2012-03-15 14:21:59 +0100
commit25fb532ca52fe3c852522ce4430d58833ae75e4f (patch)
tree7bb4e125583555a5805108f417115b1ac2f7ee10 /math
parent9cad04eaf702e0ec133ec24f725958e8946173b0 (diff)
parentad6e0564b860ba31198ee9ed29828ce7b4b55d21 (diff)
downloadglibc-25fb532ca52fe3c852522ce4430d58833ae75e4f.zip
glibc-25fb532ca52fe3c852522ce4430d58833ae75e4f.tar.gz
glibc-25fb532ca52fe3c852522ce4430d58833ae75e4f.tar.bz2
Merge branch 'bug13658-branch'
Diffstat (limited to 'math')
-rw-r--r--math/libm-test.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index caa3ba4..8882833 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -2114,6 +2114,7 @@ cos_test (void)
#ifdef TEST_DOUBLE
TEST_f_f (cos, 0.80190127184058835, 0.69534156199418473);
+ TEST_f_f (cos, 1e22, 0.5232147853951389454975944733847);
#endif
END (cos);
@@ -6390,6 +6391,7 @@ sin_test (void)
#ifdef TEST_DOUBLE
TEST_f_f (sin, 0.80190127184058835, 0.71867942238767868);
TEST_f_f (sin, 2.522464e-1, 2.4957989804940911e-1);
+ TEST_f_f (sin, 1e22, -0.8522008497671888017727058937530);
#endif
END (sin);
@@ -6561,6 +6563,7 @@ sincos_test (void)
#ifdef TEST_DOUBLE
TEST_extra (sincos, 0.80190127184058835, 0.71867942238767868, 0.69534156199418473);
+ TEST_extra (sincos, 1e22, -0.8522008497671888017727058937530, 0.5232147853951389454975944733847);
#endif
END (sincos);