Mark TR exp bug as fixed.
original commit: 97158e9e6f56e81044523064b3ec292505c5f41e
This commit is contained in:
parent
9634b1c8a8
commit
24eac377cd
|
@ -76,7 +76,7 @@
|
|||
(bad-opt (/ (make-rectangular +inf.0 1.0)))
|
||||
|
||||
;; Exp of large real should have 0 imaginary component
|
||||
(bad-opt (+ (exp 1.7976931348623151e+308) 0.0+0.0i))
|
||||
(good-opt (+ (exp 1.7976931348623151e+308) 0.0+0.0i))
|
||||
|
||||
;; Multiplication of multiple args should keep exact semantics for exact args
|
||||
(bad-opt (* (expt 10 500) (expt 10 -500) 1.0+1.0i))
|
||||
|
|
Loading…
Reference in New Issue
Block a user