Skip to content

MinMax

Status: Stable

documented, exercised by the test suite and/or worked examples, with no known limitations recorded.

Description

MinMax[list]
    Gives {Min[list], Max[list]}. Over an association, uses
    the values.

Examples

All examples below are verified against the current Mathilda build.

In[1]:= MinMax[<|"a" -> 3, "b" -> 1, "c" -> 9|>]
Out[1]= {1, 9}

Implementation notes

Attributes: Protected.

Implementation status

Stable — documented, exercised by the test suite and/or worked examples, with no known limitations recorded.

References