Back to Math
divrem
Quotient and remainder.
Syntax
divrem(a, b) → Tuple (quotient, remainder)
Backends
TypeScript
Description
Quotient and remainder.
Parameters
| Name | Description |
|---|---|
| a | Dividend |
| b | Divisor |
Returns
Tuple (quotient, remainder)