- Notifications
You must be signed in to change notification settings - Fork1
Simplify logical analysis with our easy-to-use truth table generator. Quickly evaluate your Boolean expressions and view the corresponding truth table in real-time. A handy tool for students and professionals.
felixstrobel/truth-table
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to the Truth Table Generator, your go-to tool for logical analysis and Boolean expression evaluation. Simplifycomplex logic and create organized truth tables.
- Easy Truth Tables: Input your Boolean expressions and witness real-time truth table generation.
- Intuitive Interface: User-friendly and clean design for logical analysis made easy.
- Logic at Your Fingertips: Support for a wide range of logic operators, including "AND," "OR," and "NOT".
- Save and Load: The tool automatically saves your last entered expression and loads it for you the next time youvisit the website.
Operator | Unicode | Alternatives |
---|---|---|
Negation | ¬ | !, ~ |
Conjunction | ∧ | &, && |
NAND | ⊼ | ¬∧, ¬&, ¬&&, !∧, !&, !&&, ~∧, ~&, ~&& |
Disjunction | ∨ | |, || |
NOR | ⊽ | ¬∨, ¬|, ¬||, !∨, !|, !||, ~∨, ~|, ~|| |
Conditional | → | >, ->, => |
Biconditional | ↔ | =, ==, <>, <=>, <-> |
Exclusive Disjunction | ⇹ | !=, <!>, <!=> |
If you have any questions or need assistance, feel free to contact usatinfo@truth-table.com.
Hi, we are Felix and Max. We started this project during our second semester in informaticsatKarlsruhe Institute of Technology. Many discussions and researches gave us first insights intolexer and parser architectures. Many changes and improvements led to the fact that we were able to release the alreadysecond version of the Truth Table Generator already after the end of the second semester.All in all, it was a fun project that kept us entertained besides the daily university routine and the exam period.Cheers!
About
Simplify logical analysis with our easy-to-use truth table generator. Quickly evaluate your Boolean expressions and view the corresponding truth table in real-time. A handy tool for students and professionals.