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 /math | |
parent | 3d7eeebe4990e08cd0c9fb2a9cc1e07c27ee3b4c (diff) | |
download | glibc-a7eb802f1147cc2237be3a410b3c658f59178d72.zip glibc-a7eb802f1147cc2237be3a410b3c658f59178d72.tar.gz glibc-a7eb802f1147cc2237be3a410b3c658f59178d72.tar.bz2 |
[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 'math')
-rw-r--r-- | math/libm-test.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index b8a73ae..267d607 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -2510,6 +2510,7 @@ exp_test (void) TEST_f_f (exp, 3, M_E3l); TEST_f_f (exp, 0.75L, 2.11700001661267466854536981983709561L); TEST_f_f (exp, 50.0L, 5184705528587072464087.45332293348538L); + TEST_f_f (exp, 88.72269439697265625L, 3.40233126623160774937554134772290447915e38L); #ifdef TEST_LDOUBLE /* The result can only be represented in long double. */ TEST_f_f (exp, 1000.0L, 0.197007111401704699388887935224332313e435L); |