core / com.acmerobotics.roadrunner.util / MathUtil / solveQuadratic

solveQuadratic

@JvmStatic fun solveQuadratic(a: Double, b: Double, c: Double): List<Double> (source)

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