Document another TR optimizer bug found via random testing.

original commit: 547d52fe2728dba06a0d6d6d80a19a812ae21027
This commit is contained in:
Vincent St-Amour 2014-11-06 13:47:27 -05:00
parent afa370a4b7
commit 0414e6e557

View File

@ -74,6 +74,7 @@
;; Division of complex 0 should only make part of the result nan
(good-opt (/ 0.0+0.0i))
(bad-opt (/ 1 0.0+0.0i))
(bad-opt (/ 1.5 -3.0+9.8e-324i))
;; Division of complex infinity should only make part of the result nan
(good-opt (/ (make-rectangular 1.0 +inf.0)))