Add more bugs to known bugs list.

This commit is contained in:
Eric Dobson 2013-10-27 09:57:29 -07:00
parent 74377e717e
commit e392b0880a

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)