divide

open override fun divide(other: BigDecimal): BigDecimal


fun divide(other: BigDecimal, decimalMode: DecimalMode? = null): BigDecimal

Divide two BigDecimal and return result in a new instance of BigDecimal

Return

BigDecimal containing result of the operation

Parameters

other

BigDecimal (divisor)