MAX()
MAX(mixed ...$args) : float
MAX.
MAX returns the value of the element of the values passed that has the highest value, with negative numbers considered smaller than positive numbers.
Excel Function: MAX(value1[,value2[, ...]])
Parameters
mixed | $args variadic | Data values |