Closed dcurrie closed 7 years ago
These added unit tests did not pass, but do with the patch:
(assert (equal? 0.0 (+ 0.0 0))) ; tests that + no longer does inexact->exact (assert (equal? 1.0 (* 1.0 1))) ; tests that * no longer does inexact->exact
Thanks!
These added unit tests did not pass, but do with the patch: