Returns quotient with explicit scale.
Quotient is truncated toward zero.
| other |
divisor. |
| scale |
scale for quotient. |
|
Result.ok(quotient), or Result.error(BigDecimalError.INVALID_ARGUMENT / DIVISION_BY_ZERO / SCALE_OVERFLOW). |