Last Updated: Feb 14, 2022
Use this function to return one number divided by another.
Divide (dividend,divisor)
Input Parameter Name | Description |
---|---|
dividend | Integer value |
divisor | Integer value |
Return Value | Description |
---|---|
Value | Return the divided value |
Divide (5,10)
To view all the Math functions, click here.