mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 11:46:37 +02:00
Adding extra inexat numerator/denominator tests.
This commit is contained in:
parent
e74319cad3
commit
ced12fc92a
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue