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