MAX( arg1 [, arg2 [, …]] ) or MIN( arg1 [, arg2 [, …]] )
Returns the maximum or minimum number in the argument list.
Note that the comparison is a floating point comparison (integer arguments are converted to floats) and a float is returned.
Returns the maximum or minimum number in the argument list.
Note that the comparison is a floating point comparison (integer arguments are converted to floats) and a float is returned.