Functions

minimum

Supported By

Syntax

[the] minimum of factor

minimum ( expression )

Factor and expression yield any kind of list.

Description

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

Synonym

min