Simple cli calculator that computes real and complex roots of a quadratic.
Go to file
2021-11-15 19:02:18 -05: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
makefile changed binary output name 2021-11-05 18:04:44 -04:00
quadratic-tui.sh didnt rename tui properly 2021-11-15 19:02:18 -05:00
quadratic.c didnt rename tui properly 2021-11-15 19:02:18 -05:00
README.md some text lol 2021-11-04 13:25:23 -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.