multiply

open override fun multiply(left: BigInt, right: BigInt): BigInt(source)

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.