minus

abstract operator fun minus(other: BigInt): BigInt

Returns a new BigInt this this - other


open operator fun minus(other: Int): BigInt

Returns this - other