MAX

Syntax

MAX (x1 *[,xi]*)

Location

Math Package, MINMAX2

This function must be given at least one number as a parameter - it will then return the highest value out of the given list of parameters.

Example

PRINT MAX ( 2, 5, -10, 3.2 )

will print 5.

CROSS-REFERENCE

MIN. See also MAXIMUM and MATMAX.