You must enabled Javascripts in your web browser in order for the calculator to work.

Solving a Quadratic Equation
To solve for the roots of the quadratic equation [ a x2 + b x + c = 0 ] .... type in the constants and click the button. If the roots of the solution are real, this routine will calculate them. If the roots are imaginary, NaN will appear in the answer boxes.
This solution uses x = [ -b +/- sqrt{b2 - 4 a c } ] / ( 2 a )

x2 + x + = 0. The roots are x = and