plus

abstract operator fun plus(other: BigInteger): BigInteger

Returns a BigInteger whose value is (this + val).

Return

this + val

Parameters

other

value to be added to this BigInteger.


open operator fun plus(other: Int): BigInteger
open operator fun plus(other: Long): BigInteger