diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-15 08:00:22 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-15 08:00:22 +0000 |
commit | 33996419cd20e1815e40f109cb45302498418761 (patch) | |
tree | f01e9f571af704c6dbb7bf85bab75aa751832c8a /math/libm-test.inc | |
parent | ef25b29e9a1fd54625c98af36d767f353cd45488 (diff) | |
download | glibc-33996419cd20e1815e40f109cb45302498418761.zip glibc-33996419cd20e1815e40f109cb45302498418761.tar.gz glibc-33996419cd20e1815e40f109cb45302498418761.tar.bz2 |
Update.
2001-05-15 Andreas Jaeger <aj@suse.de>
* sysdeps/ieee754/ldbl-128/s_expm1l.c: New file, contributed by
Stephen L Moshier <moshier@mediaone.net>.
* sysdeps/i386/fpu/libm-test-ulps: Adjust for change.
* math/libm-test.inc: Add comment with ToDo.
* sysdeps/i386/fpu/e_expl.c: Rewritten to C and using a more
accurate algorithm. Patch by Stephen L Moshier <moshier@mediaone.net>.
* sysdeps/i386/fpu/e_expl.S: Removed.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r-- | math/libm-test.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index 00029ab..c1c5edb 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -104,7 +104,12 @@ - Compiler has errors With e.g. gcc 2.7.2.2 the test for cexp fails because of a compiler error. - */ + + + To Do: All parameter should be numbers that can be represented as + exact floating point values. Currently some values cannot be represented + exactly and therefore the result is not the expected result. +*/ #ifndef _GNU_SOURCE # define _GNU_SOURCE |