Contents - Index


MOD

 

MOD(Arg1, Arg2) returns the modulus of Arg1 with respect to Arg2.  The modulus is the remainder when Arg1 is divided by Arg2.  If Arg2 is 0, an error will result.

 

Mathematical Functions