REMAIN – Return the remainder from division

This function performs division on two numbers, and returns the remainder.

REMAIN(<numerator>,<divider>)
Where:
<numerator>
The number on which to perform the division.
<divider>
The number by which to divide the <numerator>.

For example, the command REMAIN(15,6) returns 3, the command REMAIN(24,12) returns 0.