Vocabularymath.
statisticsInputsOutputsx | a non-negative real number |
Word descriptionComputes the difference of the maximum and minimum values in
seq.
ExamplesUSING: math.statistics prettyprint ;
{ 1 2 3 } range .
2
USING: math.statistics prettyprint ;
{ 1 2 3 4 } range .
3
Definition