div

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