Returns integer quotient of this value divided by other.
Division is truncated toward zero.
divisor.
Result.ok(quotient), or Result.error(BigIntegerError.DIVISION_BY_ZERO) when divisor is zero.