Vocabularymath.vectorsInputs and outputs| u | a sequence of real numbers |
| v | a sequence of real numbers |
| w | a sequence of real numbers |
Word descriptionCreates a sequence where each element is the minimum of the corresponding elements from
u and
v.
ExamplesUSING: math.vectors prettyprint ;
{ 1 2 5 } { -7 6 3 } vmin .
{ -7 2 3 }
DefinitionMethods