Page History: mod
Compare Page Revisions
Page Revision: 2010/07/18 07:37
mod('number','number') - Modulo function
The function is used to determine the remainder of the division of first argument by the second argument.
This can be represented as:
where
a is the first argument and
n is the second.
a divided by
n is rounded down to the closest whole number.