A simple Python CLI program that calculates the roots of a quadratic equation.
- Calculates real roots;
- Simple interactive interface.
Clone the repository:
git clone https://github.com/passamanii/quadratic-formula-calculator
You can download the executable in the Releases section.