operator % method
Euclidean modulo operator.
See num.operator%.
Implementation
Decimal operator %(Decimal other) =>
(_rational % other._rational).toDecimal();
Euclidean modulo operator.
See num.operator%.
Decimal operator %(Decimal other) =>
(_rational % other._rational).toDecimal();