Simple cli calculator that computes real and complex roots of a quadratic.
.gitignore | ||
LICENSE | ||
makefile | ||
quadratic.c | ||
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.