summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-03 21:38:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-03 21:38:33 +0000
commitc6c2a823419bd981da7dd69d47c074a60ac010c9 (patch)
tree348a6edec040a98446df9cbd3265c1ef421cb0cf /BUGS
parent4a2768d4820c5f4fd3e522cab62203d0223a50fb (diff)
downloadmpfr-c6c2a823419bd981da7dd69d47c074a60ac010c9.tar.gz
Added some potential bugs (mpfr_exp2 is known to have such a bug).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2127 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 6 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index d013e482a..225cae2d4 100644
--- a/BUGS
+++ b/BUGS
@@ -21,7 +21,12 @@ got 0.10110101000001001111001100110011111110011101111001100[00000000000]E58
Potential bugs:
-* Possible integer overflows on some machines.
+* Possible integer overflows on some machines. Some types are used
+ inconsistently.
+
+* Possible infinite loop in some functions for particular cases: when
+ the exact result is an exactly representable number or the middle of
+ consecutive two such numbers.
* mpfr_set_d may give wrong results on some architectures.