Last Updated: Feb 14, 2022
Use this function to return the quotient of dividend divided by divisor.
Quotient (dividend,divisor)
| Input Parameter Name | Description |
|---|---|
| dividend | Integer value |
| divisor | Integer value |
| Return Value | Description |
|---|---|
| Quotient | Returns the sum of the input values |
Quotient (10,5)
To view all the Math functions, click here.