openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
openrndr-kartifex
/
org.openrndr.kartifex.utils
/
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
)