_Added in 1.9.0_ *$bitoff(A,N)* Returns the A value with the Nth bit turned off. _Supports "Big Integers":https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic_ *Parameters* A - The value to modify. N - The Nth bit to turn off.