bitwise_not()
Syntax
bitwise_not(x)
Returns a number whose binary representation has a 1
in each bit position for
which the corresponding bit of the operand is 0
, and a 0
otherwise
bitwise_not(x)
Returns a number whose binary representation has a 1
in each bit position for
which the corresponding bit of the operand is 0
, and a 0
otherwise