remainder method

Decimal remainder(
  1. num b
)

余数

Implementation

Decimal remainder(num b) => NumUtils.remainder(this ?? 0, b);