kotlin-stdlib / kotlin / java.math.BigDecimal / mod mod JVM 1.0 operator fun BigDecimal.mod(other: BigDecimal): BigDecimal Deprecated: Use rem(other) instead Enables the use of the % operator for BigDecimal instances.