MOD

From AgileApps Support Wiki
Revision as of 21:45, 27 October 2008 by imported>Evelyn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The MOD function returns the remainder after dividing the first argument by the second argument.

Syntax

MOD(number, divisor)

Return

A number

Example

MOD(7, 2) = 1
MOD(14, 5) = 4