xor

abstract fun xor(other: BigInteger): BigInteger

Returns a BigInteger whose value is (this ^ val). (This method returns a negative BigInteger if and only if exactly one of this and val are negative.)

Return

this ^ val

Parameters

other

value to be XOR'ed with this BigInteger.


open fun xor(other: Int): BigInteger
open fun xor(other: Long): BigInteger