min(a)

Returns the minimum of the values stored in array a.

min(A)

Returns an array with the minimum of each column of matrix A.

min(v,...)

Returns the minimum value of the objects passed.


See also max 


Example


min( 3, 7 )

3