Logical not

a.k.a. not, ¬, !, negation, logical complement

A boolean algebra expression that operates on one term. If given true it evalutes to false and given false evaluates to true.


Truth Table

¬1 = 0
¬0 = 1

External Resources