minus

expect operator fun minus(other: BigInteger): BigInteger

Returns the difference of this value and the given value

Parameters

other

The value to subtract (i.e., the subtrahend)

actual operator fun minus(other: BigInteger): BigInteger
actual operator fun minus(other: BigInteger): BigInteger