#

Max of two numbers

function max(x,y) { return x > y ? x : y }