<ratnum>
typeType of ratnum values.
<ratnum>
: <ratnum> type-constructor objValidate obj as object of type <ratnum>
. Return obj
itself.
<ratnum>
: <boolean> type-predicate objThe type predicate is ratnum?
. Return #t
if obj is an
object of type <ratnum>
; otherwise return #f
.
<ratnum>
: <non-negative-fixnum> hash-function thisThe hash function is ratnum-hash
.