Add new known bug.

This commit is contained in:
Eric Dobson 2014-01-12 13:20:25 -08:00
parent 97158e9e6f
commit 7c945d36c0

View File

@ -63,6 +63,7 @@
(good-opt (- (* (/ 6 11) (/ 1.2345678f0 123456.7f0)) (make-rectangular 0.0 0.3)))
(bad-opt (/ 1.0 0.0+0.0i))
(good-opt (+ 0.0+0.0i (* 1 1 +inf.0)))
(bad-opt (* 1.0f-30 1.0f-30 1.0e60+1.0e60i))
;; Unary division has bad underflow
(bad-opt (/ (make-rectangular 1e+100 1e-300)))