Vocabularymath.
vectorsInputsOutputsWord 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