Simple cli calculator that computes real and complex roots of a quadratic.
Go to file
2021-11-05 15:02:54 -07:00
.gitignore Initial commit 2021-11-04 08:14:15 -04:00
LICENSE Initial commit 2021-11-04 08:14:15 -04:00
makefile optimizations 2021-11-04 13:46:33 -04:00
quadratic.c commandline parameters support 2021-11-05 17:02:17 -04:00
README.md some text lol 2021-11-04 13:25:23 -04:00
tui.bash tui completed 2021-11-05 18:01:13 -04:00

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.