An open API service indexing awesome lists of open source software.

https://github.com/amatofrancesco99/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...
https://github.com/amatofrancesco99/solving-second-degree-polynomial-equations

cpp math polynomials

Last synced: over 1 year ago
JSON representation

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...

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/80333091/113697723-e047cd80-96d3-11eb-95cb-6b11a0cd407b.png)

***