Minimum Returns the minimum value of a set. Syntax min(Real, ..., Real) min(List | Vector | Range) Description min(Real, ..., Real) Given a set of real numbers , returns the maximum . min(List | Vector | Range) Given a list or vector, returns the maximum of its elements. Related functions Maximum Table of Contents Syntax Description Related functions