Add more bugs to known bugs list.

original commit: e392b0880ae846c54a36a3e09845f36730b11885
This commit is contained in:
Eric Dobson 2013-10-27 09:57:29 -07:00
parent 62a29e93aa
commit 9ea2a86d94

View File

@ -72,7 +72,11 @@
(bad-opt (+ (expt 10 501) (expt -10 501) 1.0+1.0i))
;; Negation should correctly compute sign of 0.0
(bad-opt (- (+ 0 0) 0.0+0.0i))))
(bad-opt (- 0.0+0.0i))
(bad-opt (- 0+0i 0.0+0.0i))
;; Conjugate should correctly compute sign of 0.0
(bad-opt (conjugate 0.0+0.0i))))
(module+ main
(require rackunit/text-ui)