min

ABSTRACT

Calculates the lesser value of the two provided numbers

PARAMETERS
nthe first numbers
mthe second number
RETURN

the lesser value of the two provided numbers

DECLARATION
func min(n, m)