/truthtable

Truth table generator

Primary LanguageJava

truthtable

  • generates truth tables from logic function

    • print the table on screen and save it in a file
  • the function must be inserted in post-fix notation (RPN), with no spaces. Up to 25 variables (a~z) and the result is called Y. ex. (A and B) or C --> ab&c|