From ddad941ea4bd020f6af4174822f991b38872bb9b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Apr 2001 00:20:28 +0000 Subject: Update. 2001-04-17 Ulrich Drepper * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f. --- math/libm-test.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/libm-test.inc') 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); } -- cgit v1.2.3