MAX
The MAX function returns the largest value in a group of numbers. The
result of this function is of the same type as the argument.
Syntax
MAX(n[,n]...)
Parameters
n Each number that is to be evaluated. These can be of
any numeric type.
Examples
10 A = MAX(3,1,2) !A = 3