mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
* sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
This commit is contained in:
parent
157cd5ac8d
commit
9b1c750e81
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user