/Solving-Second-Degree-Polynomial-Equations

We all had to solve a second-degree equation at least once, but maybe it would be more convenient to have something that does it automatically...

Primary LanguageC++

Solving-Second-Degree-Polynomial-Equations

We all had to solve a second-degree equation at least once, but maybe it would be more convenient to have something that does it automatically. My program was written on this purpose, for those who are too lazy.


Math principles to solve thos kind of polynomial equations: https://en.wikipedia.org/wiki/Quadratic_equation

image