mod
operator fun BigDecimal.mod(other: BigDecimal): BigDecimal
Enables the use of the %
operator for BigDecimal instances.
operator fun BigDecimal.mod(other: BigDecimal): BigDecimal
Enables the use of the %
operator for BigDecimal instances.