remainder method

DecimalIntl remainder(
  1. dynamic other
)

Implementation

DecimalIntl remainder(dynamic other) =>
    DecimalIntl._(_rational.remainder(DecimalIntl._(other)._rational));