Quadratic Equation Solver
Solve a*x^2 + b*x + c = 0 with explicit discriminant branches; degenerate a = 0 equations fall back to honest linear, no-solution or all-real-numbers cases.
Description
Solve a*x^2 + b*x + c = 0 with explicit discriminant branches; degenerate a = 0 equations fall back to honest linear, no-solution or all-real-numbers cases.