This will give you a decimal approximation of the real solutions (if any) of a quadratic equation. (JavaScript) x2 + x + = 0.
The answer:
This will give you exact solutions of a quadratic equation with integer coefficients. (JavaScript)
x2 + x + = 0.