multiply

open override fun multiply(a: BigInteger, b: BigInteger): BigInteger

Multiplies two elements.

Parameters

a

the multiplier.

b

the multiplicand.