summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 794d9dd16..5b34d2fb6 100644
--- a/BUGS
+++ b/BUGS
@@ -34,6 +34,17 @@ Known bugs:
bad practice and should be useless, but one never knows what other
software will do).
+* 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), due to an integer
+ overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.
+
+* The mpfr_fma function behaves incorrectly if the multiplication overflows
+ or underflows. The overflow case has been fixed except in some corner
+ cases.
+
Potential bugs:
* Possible integer overflows on some machines.