minus

operator fun minus(val: BigInteger): BigInteger

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

Return

this - val

Parameters

val

value to be subtracted from this BigInteger.