kmath-core
0.3.1
jvm
kmath-core
/
space.kscience.kmath.operations
/
JBigDecimalFieldBase
/
multiply
multiply
jvm
open
override
fun
multiply
(
left
:
BigDecimal
,
right
:
BigDecimal
)
:
BigDecimal
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.