solveQuadratic

public final static List<Double> solveQuadratic(Double a, Double b, Double c)

Returns the real solutions to the quadratic \(ax^2 + bx + c\).