plus

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