Next: , Previous: , Up: built-in numerics bignums   [Contents][Index]


6.13.11.2 The <positive-bignum> type

Core Type: <positive-bignum>
Parent Type: <bignum>

Type of positive bignum values.

Constructor on <positive-bignum>: <positive-bignum> type-constructor obj

Validate obj as object of type <positive-bignum> and return it.

Type predicate on <positive-bignum>: <boolean> type-predicate obj

The type predicate is positive-bignum?. Return #t if obj is a <positive-bignum> object, otherwise return #f.