kmath-core
/
space.kscience.kmath.operations
/
JBigIntegerField
/
multiply
jvm
multiply
open override fun
multiply
(a:
BigInteger
, b:
BigInteger
):
BigInteger
Content copied to clipboard
Multiplies two elements.
Parameters
a
the multiplier.
b
the multiplicand.