diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-11 17:49:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-11 17:49:25 +0000 |
commit | a7eb802f1147cc2237be3a410b3c658f59178d72 (patch) | |
tree | 2e36334a0b8854c141cdd79fc69ab58b37108022 /sysdeps | |
parent | 3d7eeebe4990e08cd0c9fb2a9cc1e07c27ee3b4c (diff) | |
download | glibc-a7eb802f1147cc2237be3a410b3c658f59178d72.tar.gz glibc-a7eb802f1147cc2237be3a410b3c658f59178d72.tar.xz glibc-a7eb802f1147cc2237be3a410b3c658f59178d72.zip |
[BZ #3406]
2008-02-11 Joseph Myers <joseph@codesourcery.com> [BZ #3406] * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value. * math/libm-test.inc (exp_test): Test 88.72269439697265625.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/ieee754/flt-32/w_expf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/flt-32/w_expf.c b/sysdeps/ieee754/flt-32/w_expf.c index ad38fac0f3..4ba21c7c42 100644 --- a/sysdeps/ieee754/flt-32/w_expf.c +++ b/sysdeps/ieee754/flt-32/w_expf.c @@ -29,7 +29,7 @@ static const float #else static float #endif -o_threshold= 8.8721679688e+01, /* 0x42b17180 */ +o_threshold= 8.8722831726e+01, /* 0x42b17217 */ u_threshold= -1.0397208405e+02; /* 0xc2cff1b5 */ #ifdef __STDC__ |