Go to the first, previous, next, last section, table of contents.


bignum?

Function: bignum?
file: job.t
package: muf
status: alpha

True iff the argument is a bignum, a heap-allocated integer too large to be represented as an immediate value.

You should rarely if ever use this predicate, normally you should use integer?, the vanilla integer predicate.

See section fixnum?. See section integer?.


Go to the first, previous, next, last section, table of contents.