summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-15 09:15:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-15 09:15:19 +0000
commit0a483a13b2855dbff9a501910c9357e882da17a7 (patch)
treec024d402bded9bf1f2de37e4b4db84d4c0df5885
parent1cf2a8c8aa76d43ed0a9acb358d30800473dbfbb (diff)
downloadmpfr-0a483a13b2855dbff9a501910c9357e882da17a7.tar.gz
Bug on the ternary value was fixed by Paul Zimmermann on 2003-10-14.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2498 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--BUGS7
1 files changed, 0 insertions, 7 deletions
diff --git a/BUGS b/BUGS
index 5295f380a..edb69016d 100644
--- a/BUGS
+++ b/BUGS
@@ -28,11 +28,6 @@ Known bugs:
partially implemented. For instance, mpfr_pow (z, x, y, rnd) fails for
very small x and some values of y.
-* Elementary functions may return an incorrect ternary value (e.g.
- in the rounding to nearest mode, when the exact value is close to
- a representable number). A rewrite of mpfr_can_round (as proposed
- by Paul Zimmermann) can help to fix this bug.
-
* The mpfr_set_ld function assumes that the long double type has an
exponent of at most 15 bits.
@@ -73,5 +68,3 @@ Problems due to compiler bugs:
This results in a problem in the mpfr_set_ld function. A workaround is
to compile set_ld.c with -O0 (no optimization).
-
-