https://github.com/sigmasd/truth-table
Transform a boolean function to a truth table
https://github.com/sigmasd/truth-table
boolean gtk3 rust
Last synced: 7 months ago
JSON representation
Transform a boolean function to a truth table
- Host: GitHub
- URL: https://github.com/sigmasd/truth-table
- Owner: sigmaSd
- License: mit
- Created: 2018-12-01T20:07:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T10:31:55.000Z (about 5 years ago)
- Last Synced: 2025-03-18T03:48:18.428Z (10 months ago)
- Topics: boolean, gtk3, rust
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Truth Table
Get the truth table for any boolean function ( supports AND OR NOT for now).
# What it looks like