Performs a bitwise logical NOT operation.
bitNot(number) → returns numeric
bitNot(number)
→ returns numeric
Uses the bitNot function to perform the logical NOT operation of a signed 32-bit integer (two's complement)
bitNot(0)
Expected Result: -1