* sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Jan 2009 08:38:54 +0000 (08:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Jan 2009 08:38:54 +0000 (08:38 +0000)
ChangeLog
sysdeps/i386/fpu/libm-test-ulps

index f6da7d0..2652b66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
+
        [BZ #9706]
        * nss/nss_files/files-parse.c (strtou32): New function.
        (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
index 4efc714..5231789 100644 (file)
@@ -453,6 +453,10 @@ Test "exp10 (3) == 1000":
 ildouble: 8
 ldouble: 8
 
+# expm1
+Test "expm1 (1) == M_El - 1.0":
+ildouble: 1
+
 # gamma
 Test "gamma (-0.5) == log(2*sqrt(pi))":
 double: 1
@@ -1134,6 +1138,9 @@ Function: "exp10":
 ildouble: 8
 ldouble: 8
 
+Function: "expm1":
+ildouble: 1
+
 Function: "gamma":
 double: 1
 idouble: 1