This function evaluates to the greatest number in a given list.
The greatest value.
NUMERIC
Type
Meaning
LIST
the list of values
The numbers in the input list are converted to a common unit and compared. The greatest number is returned.
If the list is empty, one of the items is not numeric, or they do not all have compatible types, this function aborts the run with an error.