Handbook
Glossary
[v-] ( u v -- w )
Vocabulary
math
.
vectors
Inputs
u
a
sequence
of
real
s
v
a
sequence
of
real
s
Outputs
w
a
sequence
of
real
s
Word description
Subtracts
v
from
u
component-wise; any components which become negative are set to zero.
Definition
IN:
math.vectors
GENERIC:
[v-]
( u v -- w )
Methods
USING:
kernel
math.order
math.vectors
sequences
;
M:
object
[v-]
[
[-]
]
2map
;
inline