QuarticRealPolynomial
Defines functions for 4th order polynomial functions of one variable with only real coefficients.
See also
Functions
Link copied to clipboard
Link copied to clipboard
fun computeRealRoots(a: Double, b: Double, c: Double, d: Double, e: Double): ReadonlyArray<JsDouble>
Provides the real valued roots of the quartic polynomial with the provided coefficients.