openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-math
/
org.openrndr.math
/
solveCubic
solve
Cubic
fun
solveCubic
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
,
acc
:
DoubleArray
)
:
Int
(
source
)
fun
solveCubic
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
)
:
DoubleArray
(
source
)