kremainder method

Decimal kremainder(
  1. num b
)

余数

Implementation

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