remainder method

DecimalIntl remainder(
  1. dynamic other
)

Implementation

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