about summary refs log tree commit diff
path: root/math
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-03-08 10:44:32 +0100
committerAndreas Jaeger <aj@suse.de>2012-03-08 10:44:32 +0100
commita20026128cef2e95ffd15fb293dd6b1e9bf3ae1e (patch)
tree703e849055c655b0caf7df478bc6053f24ea4e6c /math
parentb35fe25ed9b3b406754fe681b1785f330d9faf62 (diff)
downloadglibc-a20026128cef2e95ffd15fb293dd6b1e9bf3ae1e.tar.gz
glibc-a20026128cef2e95ffd15fb293dd6b1e9bf3ae1e.tar.xz
glibc-a20026128cef2e95ffd15fb293dd6b1e9bf3ae1e.zip
Add further tests
Diffstat (limited to 'math')
-rw-r--r--math/libm-test.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 1020ceb1a3..a51f125198 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -2010,6 +2010,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);
@@ -6255,6 +6256,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);