subtract

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

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

Return

The result of the subtraction

Parameters

other

The value to subtract from this number

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

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

Return

The result of the subtraction

Parameters

other

The value to subtract from this number