summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index 8e1277f..8c74438 100644
--- a/BUGS
+++ b/BUGS
@@ -1,6 +1,7 @@
- Overflow and underflow are not considered in all functions, which might
lead to some infinite loops.
-- No checks are made for intermediate over- or underflows, which may occur
+- Except for mpc_mul,
+ no checks are made for intermediate over- or underflows, which may occur
in the middle of the algorithms although the final result may be
representable.
For instance, if in the computation of Im (cos(x+i*y)) = -sin(x)*sinh(y)