CalcMe documentation Commands Programming Functions Minimum Minimum Returns the minimum value of a set. Syntaxmin(Real, ..., Real) min(List | Vector | Range) Description Given a set of real numbers x1,...,xn, returns the maximum max{x1,...,xn}. Given a list or vector, returns the maximum of its elements. Related functions Maximum