summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-15 08:00:22 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-15 08:00:22 +0000
commit33996419cd20e1815e40f109cb45302498418761 (patch)
treef01e9f571af704c6dbb7bf85bab75aa751832c8a /math
parentef25b29e9a1fd54625c98af36d767f353cd45488 (diff)
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')
-rw-r--r--math/libm-test.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 00029ab585..c1c5edbc58 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