summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-08-31 12:30:40 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-08-31 12:30:40 +0000
commitda7ecc6ae4f8836ca507e8c7de2e56abc372c5fc (patch)
treefac5da9dbfd3e46f02ebd1bdca9eaef9c386b2b5 /BUGS
parent8a098efd6bc329d4474bb419d704fb63d319f875 (diff)
downloadmpc-da7ecc6ae4f8836ca507e8c7de2e56abc372c5fc.tar.gz
fixed integer undefined behaviors reported by John Regehr (#10838)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@817 211d60ee-9f03-0410-a15a-8952a2c7a4e4
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.
-