Truth Table Generator

How to use:

  • Conjunction (AND): ∧ (&&)
  • Disjunction (OR): ∨ (||)
  • Negation (NOT): ¬ (!)
  • Implication (IMPLIES): → (=>)
  • Equivalence (IFF): ↔ (<=>)
  • Exclusive OR (XOR): ⊕ (^)
  • Use parentheses () to group expressions.