From da7ecc6ae4f8836ca507e8c7de2e56abc372c5fc Mon Sep 17 00:00:00 2001 From: zimmerma Date: Tue, 31 Aug 2010 12:30:40 +0000 Subject: 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 --- BUGS | 4 ---- 1 file changed, 4 deletions(-) (limited to 'BUGS') 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. - -- cgit v1.2.1