mod
ABSTRACT
Calculates the first integer modulo the second integer
PARAMETERS
n | the first integer |
m | the second integer |
RETURN
the first integer modulo the second integer
DECLARATION
func mod(n, m)
Calculates the first integer modulo the second integer
n | the first integer |
m | the second integer |
the first integer modulo the second integer
func mod(n, m)