🔧 Free Calculator
Boolean Expression Calculator
Evaluate logical expressions with AND (∧), OR (∨), NOT (¬). Enter values for A, B, C and your expression.
Operators: AND, OR, NOT. Use parentheses: (A AND B) OR C
📊 Result
Your result will appear here
🔍 How it works: Enter boolean values (0=False, 1=True) for A, B, C and a logical expression using AND, OR, NOT. Example: “A AND B” returns 1 only if both A and B are 1.
💡 Supported operators: AND (∧), OR (∨), NOT (¬). Use parentheses for grouping. NOT binds to the next variable: NOT A AND B = (NOT A) AND B.