next up previous contents
Next: Minimize Function Up: Mathematical Functions Previous: Maximize Function

The Minimum Function

Calling Sequence:
min(
x1, x2, .., xn)
Parameters:
xi : real

Returns: real

Synopsis: Returns the minimum element of $x_{1}, x_{2}, \ldots, x_{n}$.

Examples:

> min(67, 3, 99);

See also: max




Gaston Gonnet
1998-09-15