kmath
0.3.1-dev-RC
jvm
kmath-core
/
space.kscience.kmath.operations
/
JBigIntegerField
/
multiply
multiply
jvm
open
override
fun
multiply
(
left
:
BigInteger
,
right
:
BigInteger
)
:
BigInteger
(
source
)
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.