divide

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

Division of two elements.

Return

the quotient.

Parameters

left

the dividend.

right

the divisor.