From 33996419cd20e1815e40f109cb45302498418761 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 15 May 2001 08:00:22 +0000 Subject: Update. 2001-05-15 Andreas Jaeger * sysdeps/ieee754/ldbl-128/s_expm1l.c: New file, contributed by Stephen L Moshier . * 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 . * sysdeps/i386/fpu/e_expl.S: Removed. --- math/libm-test.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'math') 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 -- cgit v1.2.3