about summary refs log tree commit diff
path: root/math/libm-test.inc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-06-30 15:49:29 +0000
committerUlrich Drepper <drepper@redhat.com>2002-06-30 15:49:29 +0000
commit9d0c92b26dbe3e29afd9d0ea8979cc0a16dcc49b (patch)
treea6ac501e8ca18ad4193dbcacb5d1e28c603dd805 /math/libm-test.inc
parent8081721a9a6415e5974c5e3915b06e5177f410ed (diff)
downloadglibc-9d0c92b26dbe3e29afd9d0ea8979cc0a16dcc49b.tar.gz
glibc-9d0c92b26dbe3e29afd9d0ea8979cc0a16dcc49b.tar.xz
glibc-9d0c92b26dbe3e29afd9d0ea8979cc0a16dcc49b.zip
Update.
2002-06-30  Ulrich Drepper  <drepper@redhat.com>

	* math/libm-test.inc (cexp_test): Add missing L suffix for
	expected result.  Reported by 	Stephen L Moshier <steve@moshier.net>.
	* sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
	1.25 i).
Diffstat (limited to 'math/libm-test.inc')
-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 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);