Back to Symbolic Math (SymEngine)
sym.quotientMod
Computes both quotient and remainder at once (rounding toward zero).
Syntax
sym.quotientMod(n, d)
Description
Computes both quotient and remainder at once (rounding toward zero).
Parameters
| Name | Description |
|---|---|
| n | - The dividend. |
| d | - The divisor. |
Returns
QuotientModResult