Functions

min

Supported By

Syntax

[the] min of factor

min ( expression )

Factor and expression yield any kind of list.

Description

The min function returns the smallest element of its arguments. The elements are compared as if by the < operator.

Synonym

minimum