max

ABSTRACT

Calculates the greater value of the two provided numbers

PARAMETERS
nthe first numbers
mthe second number
RETURN

the greater value of the two provided numbers

DECLARATION
func max(n, m)