Simple cli calculator that computes real and complex roots of a quadratic.
Go to file
array-in-a-matrix d05cb38140 changed binary output name 2021-11-05 18:04:44 -04:00
.gitignore changed binary output name 2021-11-05 18:04:44 -04:00
LICENSE Initial commit 2021-11-04 08:14:15 -04:00
README.md some text lol 2021-11-04 13:25:23 -04:00
makefile changed binary output name 2021-11-05 18:04:44 -04:00
quadratic.c commandline parameters support 2021-11-05 17:02:17 -04:00
tui.bash tui completed 2021-11-05 18:01:13 -04:00

README.md

quadratic

Simple cli calculator that computes real and complex roots of a quadratic.
Make a project do one thing good rather than do alot that isn't. I learned from my past projects and the best way to code is to KISS.