bit_not

Returns the bitwise complement of an integer.

Each bit in the binary expansion of the result will be the opposite of the corresponding bit in the input number.

Parameter 1 - an integer value.

Returns: the bitwise complement of the integer