Handbook
Glossary
bignum? ( object -- ? )
Factor handbook
»
The language
»
Numbers
»
Integers
Prev:
fixnum? ( object -- ? )
Next:
>fixnum ( x -- n )
Vocabulary
math
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
bignum
class.
Definition
USING:
kernel
kernel.private
;
IN:
math
:
bignum?
( object -- ? )
tag
5
eq?
;