summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index d58e204..68bcd23 100644
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,5 @@
- No checks are made for intermediate overflows, which may occur
in the middle of the algorithms although the final result
may be representable.
+ More precisely for cos(x+i*y) = cos(x)*cosh(y) - sin(x)*sinh(y)*I,
+ if an overflow occurs in cosh(y), we assume cos(x)*cosh(y) overflows too.