max()

maximum of two or more arguments

[ ... max(arg1, arg2, ..., argn) ... ]
Computes the maximum of arg1, arg2, ..., argn.