Next: built-in numerics exact-integer positive, Up: built-in numerics exact-integer [Contents][Index]
<exact-integer>
typeType of exact integers. There is no constructor. The type predicate is
exact-integer?
.
<exact-integer>
: <exact-integer> type-constructor objValidate obj as object of type <exact-integer>
and return
it.
<exact-integer>
: <boolean> type-predicate objThe type predicate is exact-integer?
. Return #t
if
obj is a <exact-integer>
object, otherwise return #f
.
<exact-integer>
: <non-negative-fixnum> hash-function thisThe hash function is exact-integer-hash
.
<exact-integer>
: <exact-integer> div this {N <exact-integer>}Apply div
to the arguments and return its return value.
<exact-integer>
: <exact-integer> mod this {N <exact-integer>}Apply mod
to the arguments and return its return value.
<exact-integer>
: <exact-integer> div-and-mod this {N <exact-integer>}Apply div-and-mod
to the arguments and return its return value.
<exact-integer>
: <exact-integer> div0 this {N <exact-integer>}Apply div0
to the arguments and return its return value.
<exact-integer>
: <exact-integer> mod0 this {N <exact-integer>}Apply mod0
to the arguments and return its return value.
<exact-integer>
: <exact-integer> div0-and-mod0 this {N <exact-integer>}Apply div0-and-mod0
to the arguments and return its return value.
<exact-integer>
: <exact-integer> exact-integer-sqrt this {N <exact-integer>}Apply exact-integer-sqrt
to the arguments and return its return
value.