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