minus

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