From 9d0c92b26dbe3e29afd9d0ea8979cc0a16dcc49b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 30 Jun 2002 15:49:29 +0000 Subject: Update. 2002-06-30 Ulrich Drepper * math/libm-test.inc (cexp_test): Add missing L suffix for expected result. Reported by Stephen L Moshier . * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 + 1.25 i). --- math/libm-test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/libm-test.inc') diff --git a/math/libm-test.inc b/math/libm-test.inc index 0898659fe5..d690ddf76d 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -1687,7 +1687,7 @@ cexp_test (void) TEST_c_c (cexp, 1, nan_value, nan_value, nan_value, INVALID_EXCEPTION_OK); TEST_c_c (cexp, nan_value, nan_value, nan_value, nan_value); - TEST_c_c (cexp, 0.75L, 1.25L, 0.667537446429131586942201977015932112, 2.00900045494094876258347228145863909L); + TEST_c_c (cexp, 0.75L, 1.25L, 0.667537446429131586942201977015932112L, 2.00900045494094876258347228145863909L); TEST_c_c (cexp, -2.0, -3.0, -0.13398091492954261346140525546115575L, -0.019098516261135196432576240858800925L); END (cexp, complex); -- cgit 1.4.1