Handbook
Glossary
integer-fixnum-op-quot ( fix-word big-word -- quot )
Vocabulary
math
.
partial-dispatch
Inputs
fix-word
an
object
big-word
an
object
Outputs
quot
an
object
Definition
USING:
kernel
math
;
IN:
math.partial-dispatch
:
integer-fixnum-op-quot
( fix-word big-word -- quot )
bignum-fixnum-op-quot
'[
over
fixnum?
[
_
execute
]
_
if
]
;