Mod
Mon 01 January 2018Syntax
Mod(x, divisor)
Description
The Mod function is the modulus math function, which divides one number ( x ) by another ( divisor ) and returns the remainder.
Returns
Returns a Number equal to the remainder of the division of the number x by divisor .