Logical Negation (NOT)
In logic, negation, also called the logical not or logical complement, is an operation that takes a proposition
In intuitionistic logic, accoding to the Brouwer-Heyting-Kolmogorov interpretation, the negation of a proposition
True | False |
False | True |
In Computer Science, Not(~) is bitwise negation, where each bit in a number is flipped. For example,