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 maximum of the corresponding elements from
u and
v.
ExamplesUSING: math.vectors prettyprint ;
{ 1 2 5 } { -7 6 3 } vmax .
{ 1 6 5 }
DefinitionMethods