Handbook
Glossary
integer-op-quot ( fix-word big-word triple -- quot )
Vocabulary
math
.
partial-dispatch
Inputs
fix-word
an
object
big-word
an
object
triple
an
object
Outputs
quot
an
object
Definition
USING:
arrays
combinators
kernel
math
sequences
;
IN:
math.partial-dispatch
:
integer-op-quot
( fix-word big-word triple -- quot )
[
second
]
[
third
]
bi
2array
{
{
{
fixnum
integer
}
[
fixnum-integer-op-quot
]
}
{
{
integer
fixnum
}
[
integer-fixnum-op-quot
]
}
{
{
integer
integer
}
[
integer-integer-op-quot
]
}
}
case
;