min
ABSTRACT
Calculates the lesser value of the two provided numbers
PARAMETERS
n | the first numbers |
m | the second number |
RETURN
the lesser value of the two provided numbers
DECLARATION
func min(n, m)
Calculates the lesser value of the two provided numbers
n | the first numbers |
m | the second number |
the lesser value of the two provided numbers
func min(n, m)