Handbook
Glossary
--integer-fixnum ( x y -- z )
Vocabulary
math
.
partial-dispatch
Inputs
x
an
object
y
an
object
Outputs
z
an
object
Definition
USING:
kernel
math
math.private
;
IN:
math.partial-dispatch
:
--integer-fixnum
( x y -- z )
over
fixnum?
[
\
fixnum-
execute
]
[
fixnum>bignum
\
bignum-
execute
]
if
;
foldable
flushable