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