summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-20 00:27:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-20 00:27:53 +0000
commit646baad4bd85d294f806ce6dc1cbe04c4ce254e0 (patch)
treea75ca997e11584b329fd6b51d44bccdb2fed27c5 /BUGS
parente85b91eca8ebf616ca4a9120f71340d9113d6a01 (diff)
downloadmpfr-646baad4bd85d294f806ce6dc1cbe04c4ce254e0.tar.gz
BUGS: removed item on mpfr_eint (now fixed).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4242 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS10
1 files changed, 0 insertions, 10 deletions
diff --git a/BUGS b/BUGS
index e24206d72..39c7a1810 100644
--- a/BUGS
+++ b/BUGS
@@ -29,16 +29,6 @@ Known bugs:
exceeds the hardware limit (2^30 for a 32 bits CPU, and 2^62 for a 64 bits
CPU).
-* Some large input values for mpfr_eint are currently not supported.
- However they should be detected, so that one can have the following
- documented behavior: NaN is returned and the erange flag is
- set to indicate that the input is in an unsupported domain. If MPFR
- has been built with --enable-warnings and the environment variable
- MPFR_QUIET is null, a warning is output to the standard error stream.
- Reference concerning the warnings:
- http://sympa.loria.fr/wwsympa/arc/mpfr/2006-11/msg00010.html
- and follow-ups.
-
Potential bugs:
* Possible integer overflows on some machines.