$bitoff » History » Revision 3
Revision 2 (Per Amundsen, 08/10/2015 08:52 AM) → Revision 3/4 (Per Amundsen, 09/09/2020 10:02 AM)
_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.