Return the remainder from dividing this Decimal by other.
other
Decimal remainder(Decimal other) => (_rational.remainder(other._rational)).toDecimal();