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