| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A minimal, lightweight C++ based CLI tool to solve quadratic equations in the form of (ax² + bx + c = 0).
quad-calc-cpp is a lightweight, minimal, CLI based C++ project developed to solve quadratic equations programmatically. It calculates roots using the discriminant formula, handles real and imaginary solutions, and provides a user-friendly terminal interface.
cd ~/Desktopgit clone https://github.com/manakcodes/quadratic-calculator-cpp.gitcd ~/Desktop/quad-calc-cppmakemake runmake cleanThis project is licensed under MIT Licencse.
| Back | FazBrowse Home | New Git URL |