* sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.

This commit is contained in:
Ulrich Drepper 2009-01-09 08:38:54 +00:00
parent 157cd5ac8d
commit 9b1c750e81
2 changed files with 9 additions and 0 deletions

View File

@ -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

View 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