Solve ax² + bx + c = 0 for real roots.
The quadratic formula finds where a parabola crosses the x-axis. When the discriminant is negative, there are no real roots.
x = (−b ± √(b²−4ac)) ÷ 2a