Handbook
Glossary
integer-derived-ops ( word -- words )
Vocabulary
math
.
partial-dispatch
Inputs
word
an
object
Outputs
words
an
object
Definition
USING:
assocs
classes.algebra
kernel
math
namespaces
sequences
;
IN:
math.partial-dispatch
:
integer-derived-ops
( word -- words )
[
math-ops
get
(derived-ops)
]
[
fast-math-ops
get
(derived-ops)
]
bi
[
[
[
second
integer
class<=
]
[
third
integer
class<=
]
bi
and
]
filter-keys
values
]
bi@
append
;