computeRealRoots
Provides the real valued roots of the cubic polynomial with the provided coefficients.
Return
The real valued roots.
Parameters
a
The coefficient of the 3rd order monomial.
b
The coefficient of the 2nd order monomial.
c
The coefficient of the 1st order monomial.
d
The coefficient of the 0th order monomial.