multiply

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

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.

Sources

common source
Link copied to clipboard