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