divide
open override fun divide(left: BigDecimal, right: BigDecimal): BigDecimal
Content copied to clipboard
Division of two elements.
Return
the quotient.
Parameters
left
the dividend.
right
the divisor.
Division of two elements.
the quotient.
the dividend.
the divisor.