rem

operator fun Long.rem(other: BigDecimal): BigDecimal
operator fun Int.rem(other: BigDecimal): BigDecimal
operator fun Short.rem(other: BigDecimal): BigDecimal
operator fun Byte.rem(other: BigDecimal): BigDecimal
operator fun Double.rem(other: BigDecimal): BigDecimal
operator fun Float.rem(other: BigDecimal): BigDecimal