Max — largest value
Max( expression , ... , expression )
Max : R x R -> R
Max( 1 , 2 ) = 2
Chooses the biggest value in a list.