|
Truth Tabler v0.1 This tool will take a well formed formula and automatically construct a truth table from it. Truth tables are useful in examining individual statements, sets of statements, and arguments. Currently, however, this tool only constructs truth tables for individual statements. Please make sure that the symbolized logical statement you input is a well formed formula, otherwise constructing a table is impossible and an error will be returned. The following logical operators may all be used in your symbolic statements:
Therefore, the following statements are all well formed formulas and will be correctly parsed by this tool:
Please take note that curved brackets, square brackets and curly brackets may be used in your statements in whatever order and in whatever combination you wish because they're all treated as parenthesis. All of the following statements are equivalent, and will all be correctly parsed by this tool:
|