Simple cli calculator that computes real and complex roots of a quadratic.
Go to file
2022-12-06 13:57:48 -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 typo 2022-09-26 18:01:15 -04:00
quadratic.c added space between results 2022-12-06 13:57:48 -05:00
README.md removed cringe 2022-10-04 11:48:01 -04:00

quadratic

Simple cli calculator that computes real and complex roots of a quadratic.