mod( dividend, divisor )
Returns the remainder of dividend when divided by the divisor.
Keyword | Type | Description |
---|---|---|
|
Decimal Array |
The number that will serve as the dividend in the modulus calculation. |
|
Decimal Array |
The number that will serve as the divisor or base in the modulus calculation. |
Number
mod(8,3)
returns 2