add

open override fun add(a: BigInteger, b: BigInteger): BigInteger

Addition of two elements.

Return

the sum.

Parameters

a

the augend.

b

the addend.

Sources

jvm source
Link copied to clipboard