CubicRealPolynomial
Defines functions for 3rd 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): ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>
Provides the real valued roots of the cubic polynomial with the provided coefficients.