add

actual open override fun add(other: KBigInteger): KBigInteger

Returns a KBigInteger that is the sum of this and the specified value.

Return

The result of the addition

Parameters

other

The value to add to this number

expect open override fun add(other: KBigInteger): KBigInteger

Returns a KBigInteger that is the sum of this and the specified value.

Return

The result of the addition

Parameters

other

The value to add to this number