summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-31 09:20:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-05-31 09:20:43 +0000
commit884112114564bd4d5c5bd9b706be64aea55c486f (patch)
tree2476c7a09fa6f23e556b9b176dcf09e1b4b140b1 /BUGS
parentc9f559518a93989acc60aefcc5d38c8af6a26c40 (diff)
downloadmpfr-884112114564bd4d5c5bd9b706be64aea55c486f.tar.gz
BUGS: update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4514 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index bdc5d573b..2e48abf31 100644
--- a/BUGS
+++ b/BUGS
@@ -37,15 +37,10 @@ Known bugs:
* The implementation of mpfr_lgamma is incomplete (case x negative with
small exponent).
-* Incorrect behavior (possible infinite loop, e.g. in mpfr_exp2) in some
- functions on tiny arguments, e.g. +/- 2^(emin-1).
-
* The mpfr_fma function behaves incorrectly if the multiplication overflows
or underflows. The overflow case has been fixed except in some corner
cases.
-* Infinite loop in mpfr_gamma on some integers.
-
Potential bugs:
* Possible integer overflows on some machines.