computeRealRoots

fun computeRealRoots(a: Double, b: Double, c: Double, d: Double, e: Double): <Error class: unknown class><Double>(source)

Provides the real valued roots of the quartic polynomial with the provided coefficients.

Return

The real valued roots.

Parameters

a

The coefficient of the 4th order monomial.

b

The coefficient of the 3rd order monomial.

c

The coefficient of the 2nd order monomial.

d

The coefficient of the 1st order monomial.

e

The coefficient of the 0th order monomial.

See also