divide

open override fun divide(a: BigDecimal, b: BigDecimal): BigDecimal

Division of two elements.

Return

the quotient.

Parameters

a

the dividend.

b

the divisor.

Sources

jvm source
Link copied to clipboard