Adding extra inexat numerator/denominator tests.

This commit is contained in:
Alex Shinn 2013-06-11 06:57:53 +09:00
parent e74319cad3
commit ced12fc92a

View file

@ -674,6 +674,8 @@
(test 3 (numerator (/ 6 4)))
(test 2 (denominator (/ 6 4)))
(test 2.0 (denominator (inexact (/ 6 4))))
(test 11.0 (numerator 5.5))
(test 2.0 (denominator 5.5))
(test -5.0 (floor -4.3))
(test -4.0 (ceiling -4.3))