An open API service indexing awesome lists of open source software.

https://github.com/andrijzyn/thetruthtable

#️⃣ The truth table calculator with output in Unicode format like-e: f1(x, y) = (x ∨ y̅) ∧ (x ∨ y)
https://github.com/andrijzyn/thetruthtable

itertools python re tabulate unicodedata

Last synced: about 1 year ago
JSON representation

#️⃣ The truth table calculator with output in Unicode format like-e: f1(x, y) = (x ∨ y̅) ∧ (x ∨ y)

Awesome Lists containing this project

README

          

## 🔵🔴 A truth table calculator with parser expressions
> [!NOTE]
> This project was created for the discipline "Discrete Mathematic".

Simple logical operations represented as Unicode strings (`g5(x, y, z) = (x ∨ y ∨ z) ∧ (x̅ ∨ y) ∧ (x ∨ z)`) that can have only two states (on/off).

---
TODO: remake normal & create delitful GUI for chickens 🐣