- n
- position where the bit in this has to be cleared.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ArithmeticException if n .
Returns a BigInteger which has the same binary representation as this but with the bit at position n cleared. The result is equivalent to this & ~pow(2, n).
Implementation Note: Usage of this method is not recommended as the current implementation is not efficient.