MOD

 

The MOD function returns the remainder when x is divided by y.

 

Format

 

Arguments definition

A real number or a function that returns a real number

A real number or a function that returns a real number

 

Formulation

 

Example

ex1)    Function : MOD(1,2)

           Result : 1

ex2)    Function : MOD(5,3)

           Result : 2