Maximum - Function Summary
Summary:
Returns the greater of the two values.
Usage:
maximum value1 value2
Arguments:
value1 - The value1 argument. (must be: number pair char money date time tuple series)
value2 - The value2 argument. (must be: number pair char money date time tuple series)
Description:
See the MAX function for details.
Related:
< - Returns TRUE if the first value is less than the second value. > - Returns TRUE if the first value is greater than the second value. max - Returns the greater of the two values. min - Returns the lesser of the two values.