$isbit » History » Revision 3
Revision 2 (Per Amundsen, 08/10/2015 08:53 AM) → Revision 3/4 (Per Amundsen, 09/09/2020 10:03 AM)
_Added in 1.9.0_
*$isbit(A,N)*
Returns 1 if the Nth bit in number A is turned on.
_Supports "Big Integers":https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic_
*Parameters*
A - The value to check.
N - The bit to check.