BigInteger.xor
Class Overview | Class Members |
This Package |
All Packages
public BigInteger xor( BigInteger val )
Description
Returns a BigInteger whose value is (this ^ val). (This method
returns a negative number iff exactly one of this and val are
negative.)