Vocabularymath.
statisticsInputsOutputsWord descriptionFinds the minimum and maximum elements of
seq in one pass. Throws an error on an empty sequence.
ExamplesUSING: arrays math.statistics prettyprint ;
{ 1 2 3 } minmax 2array .
{ 1 3 }
Definition