toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.util
/
MathUtil
/
solveQuadratic
solve
Quadratic
public
final
static
List
<
Double
>
solveQuadratic
(
Double
a
,
Double
b
,
Double
c
)
Returns the real solutions to the quadratic \(ax^2 + bx + c\).