minus

abstract operator fun minus(other: BigInteger): BigInteger

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

Return

this - val

Parameters

other

value to be subtracted from this BigInteger.


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