Quadratic Equation Solver: A simple program that solves the famous equation.
Programmed in Python 3.8.5, uses CLI.
- The user must indicate the coefficient values.
- The quadratic equation has the form: ax^2 + bx + c = 0
- Computes real roots, complex roots, one root case including roots equal to zero.
- Real roots:
- Complex roots:
- One real root:
- Zero root:
- Invalid equation case: