summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index f4e260d..8e1277f 100644
--- a/BUGS
+++ b/BUGS
@@ -9,7 +9,3 @@
sin(x)*sinh(y) is representable. If furthermore an underflow occurred
in sin(x) (which has not been observed in practice), then the return
value would be NaN*(+-inf)=NaN.
- As another example, tan is computed as sin/cos; if there is an overflow
- in both sin and cos, then NaN+i*NaN is returned even if the result
- may be representable.
-