Fixing exactness in square test.

This commit is contained in:
Alex Shinn 2013-06-04 21:59:08 +09:00
parent bb00cdaf1b
commit 4c0bb08996

View file

@ -725,7 +725,7 @@
;; (test undefined (atan 0.0 0.0)) ;; (test undefined (atan 0.0 0.0))
(test 1764 (square 42)) (test 1764 (square 42))
(test 4.0 (square 2)) (test 4 (square 2))
(test 3 (sqrt 9)) (test 3 (sqrt 9))
(test 1.4142135623731 (sqrt 2)) (test 1.4142135623731 (sqrt 2))