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