Last Updated: Feb 14, 2022
Use this function to find the modulus of the two input values.
Mod (dividend,divisor)
Input Parameter Name | Description |
---|---|
dividend | Integer value |
divisor | Integer value |
Return Value | Description |
---|---|
Value | Returns the modulus of the input values |
Mod (8075,460)
To view all the Math functions, click here.