mod PowerHome formula function
Description
Obtains the remainder (modulus) of a division operation.
Syntax
mod ( x, y )
Argument Description
x The number you want to divide by y
y The number you want to divide into x
Return value
The data type of x or y, whichever data type is more precise.