summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-12-17 06:49:30 +0000
committerAndreas Jaeger <aj@suse.de>2004-12-17 06:49:30 +0000
commit3c8605c7514fc44402cfdfb546a0316c5afa22a4 (patch)
tree52c1270113a7ecd70507acadc20b6a86db5eafb9 /math
parent03332aa6b11a7527d0a7d738748b65425d6f21d0 (diff)
(atan2_test): Compute value with 36 digits.
Diffstat (limited to 'math')
-rw-r--r--math/libm-test.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 77950e529a..60711fabdc 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -943,7 +943,7 @@ atan2_test (void)
TEST_ff_f (atan2, 0.390625L, .00029L, 1.57005392693128974780151246612928941L);
TEST_ff_f (atan2, 1.390625L, 0.9296875L, 0.981498387184244311516296577615519772L);
- TEST_ff_f (atan2, -0.00756827042671106339L, -.001792735857538728036L, -1.80338464113663849327153994380L);
+ TEST_ff_f (atan2, -0.00756827042671106339L, -.001792735857538728036L, -1.80338464113663849327153994379639112L);
END (atan2);
}