Skip to main content

Minimum

Returns the minimum value of a set.

Syntax

min(Real, ..., Real)
min(List | Vector | Range)

Description

Given a set of real numbers x1,...,xn, returns the maximum max{x1,...,xn}.

calc.min1.calc.png

Given a list or vector, returns the maximum of its elements.

calc.min2.calc.png