kmath-core
/
space.kscience.kmath.operations
/
JBigDecimalFieldBase
/
divide
jvm
divide
open override fun
divide
(a:
BigDecimal
, b:
BigDecimal
):
BigDecimal
Content copied to clipboard
Division of two elements.
Return
the quotient.
Parameters
a
the dividend.
b
the divisor.