Logical negation Returns complement of : A | NOT A ---+-------- 1 | 0 0 | 1 Example : not( 0b00001101 ) -> 0b11110010 Syntax : ~ < x > | non( x ) | not( x )