openrndr
Toggle table of contents
0.4.5-dev.34+a2dcddc
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-math
/
org.openrndr.math
/
solveQuadratic
solve
Quadratic
fun
solveQuadratic
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
acc
:
DoubleArray
)
:
Int
(
source
)
fun
solveQuadratic
(
a
:
Double
,
b
:
Double
,
c
:
Double
)
:
DoubleArray
(
source
)