add

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

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.

Sources

jvm source
Link copied to clipboard