Not

Name

Not -- Returns the logical negation of a value

Synopsis

Not[x->BOOLEAN] =: BOOLEAN

Description

Not returns the boolean inverse of x, according to the truth table:

xNot[x]
TrueFalse
FalseTrue
UnknownUnknown

Short forms

NOT x, !x

See also

And, Or.