-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Minimum
Reading time: 1minReturns 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}.
Given a list or vector, returns the maximum of its elements.