summaryrefslogtreecommitdiff
path: root/math/libm-test.inc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-18 00:20:28 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-18 00:20:28 +0000
commitddad941ea4bd020f6af4174822f991b38872bb9b (patch)
tree185e2888795dd675caca111500360b85b4502144 /math/libm-test.inc
parent2edfd87c4489642651d52d0d18ac3eeb4aa7ca1a (diff)
Update.
2001-04-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r--math/libm-test.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index c2a75b629f..0a5076024d 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -920,10 +920,10 @@ atan2_test (void)
TEST_ff_f (atan2, 0.7L, 1, 0.61072596438920861654375887649023613L);
TEST_ff_f (atan2, -0.7L, 1.0L, -0.61072596438920861654375887649023613L);
- TEST_ff_f (atan2, 0.7L, -1.0L, 2.5308666892005846219L);
- TEST_ff_f (atan2, -0.7L, -1.0L, -2.5308666892005846219L);
+ TEST_ff_f (atan2, 0.7L, -1.0L, 2.530866689200584621918884506789267L);
+ TEST_ff_f (atan2, -0.7L, -1.0L, -2.530866689200584621918884506789267L);
TEST_ff_f (atan2, 0.4L, 0.0003L, 1.5700463269355215717704032607580829L);
- TEST_ff_f (atan2, 1.4L, -0.93L, 2.1571487668237843755L);
+ TEST_ff_f (atan2, 1.4L, -0.93L, 2.1571487668237843754887415992772736L);
END (atan2);
}