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