Functions

maximum

Supported By

Syntax

[the] maximum of factor

maximum ( expression )

Factor and expression yield any kind of list.

Description

The maximum function returns the largest element of its arguments. The elements are compared as if by the > operator.

Synonym

max