Handbook
Glossary
fixnum/i ( x y -- z )
Vocabulary
math
.
private
Inputs
x
a
fixnum
y
a
fixnum
Outputs
z
an
integer
Word description
Primitive version of
/i
. The result may overflow to a bignum.
Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word
/i
instead.
Definition
IN:
math.private
PRIMITIVE:
fixnum/i
( x y -- z )
foldable
flushable