Quadratic Equation Solver

Solves ax² + bx + c = 0 using the quadratic formula. Works for both real and complex roots - so it'll give you the imaginary solutions too when the discriminant goes negative, not just tell you there are no solutions.

How to use

  1. Enter the three coefficients: a (for x²), b (for x), and c (the constant).
  2. Click Calculate. You'll see both roots, the discriminant, and whether the roots are real or complex.