Simple cli calculator that computes real and complex roots of a quadratic.
Go to file
2023-02-06 15:33:59 -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
quadratic.nim rewrite in nim 2023-02-01 11:19:27 -05:00
README.md removed cringe 2022-10-04 11:48:01 -04:00
ui.nim rewrite in nim 2023-02-01 11:19:27 -05:00

quadratic

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