Returns the remainder of dividend when divided by the divisor.
mod( dividend, divisor )
dividend: (Decimal Array) The number that will serve as the dividend in the modulus calculation.
divisor: (Decimal Array) The number that will serve as the divisor or base in the modulus calculation.
Number
You can experiment with this function in the test box below.
Test Input
mod(8,3)
returns 2