add

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

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.