Solves a quartic equation ax⁴ + bx³ + cx² + dx + e = 0 and returns real roots.
Coefficient of x⁴.
Coefficient of x³.
Coefficient of x².
Coefficient of x.
Constant term.
An array of real roots.
Solves a quartic equation ax⁴ + bx³ + cx² + dx + e = 0 and returns real roots.