Availability:Arithmetic function (see is/2)
[ISO]max(+Expr1,
+Expr2)Evaluate to the larger of Expr1 and Expr2. Both
arguments are compared after converting to the same type, but the return
value is in the original type. For example, max(2.5, 3) compares the two
values after converting to float, but returns the integer 3.