Quadratic Equation Solver
This page calculates the two sollutions for a quadratic equation of the form:
ax
2 + bx + c = 0
If b
2 - 4ac is greater than 0 there are 2 different real solutions
If b
2 - 4ac is less than 0 there are 2 different complex solutions
If b
2 - 4ac equals 0 there is 1 real solution