Next: built-in numerics fixnums zero, Previous: built-in numerics fixnums positive, Up: built-in numerics fixnums [Contents][Index]
<negative-fixnum>
typeType of negative fixnum values.
<negative-fixnum>
: <negative-fixnum> type-constructor objValidate obj as object of type <negative-fixnum>
and return
it.
<negative-fixnum>
: <boolean> type-predicate objThe type predicate is negative-fixnum?
. Return #t
if
obj is a <negative-fixnum>
object, otherwise return
#f
.