multiply

open override fun multiply(left: BigInteger, right: BigInteger): BigInteger

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.

Sources

jvm source
Link copied to clipboard