Simple cli calculator that computes real and complex roots of a quadratic.
Go to file
array-in-a-matrix 6836cb073a optimizations 2021-11-04 13:46:33 -04:00
.gitignore Initial commit 2021-11-04 08:14:15 -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 optimizations 2021-11-04 13:46:33 -04:00
quadratic.c optimizations 2021-11-04 13:46:33 -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.