The function max(a,b) returns the maximum of two numbers a and b.

For example:

max(3,7) = 7

max(4,2) = 4

max(15,15) = 15