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