summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-23 14:22:59 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-23 14:22:59 +0000
commit12bbdc3e2e0e57ff470668d6e656963c4faeb051 (patch)
tree021c9b22c1e77ab480ff40de51b0e907e9f296a7 /BUGS
parente38280cb6d1a9425fded5744dbe4a5837145cd52 (diff)
downloadmpc-12bbdc3e2e0e57ff470668d6e656963c4faeb051.tar.gz
mul.c, mul.dat: bug fix for wrong detection of underflow
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@949 211d60ee-9f03-0410-a15a-8952a2c7a4e4
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)