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