Skip to content

min

Syntax

min(x1, x2)
min(some_list)

Parameters

x1
A numeric expression.
x2
A numeric expression.
value-list
A list expression.

Returns

Returns a numeric value equal to the minimum value of the arguments.

Description

If given two arguments, returns the minimum between the two arguments.

If given a list, returns the minimum value of the list.

See Also