QuadraticRealPolynomial
Defines functions for 2nd order polynomial functions of one variable with only real coefficients.
See also
Functions
Link copied to clipboard
Provides the discriminant of the quadratic equation from the supplied coefficients.
Link copied to clipboard
fun computeRealRoots(a: Double, b: Double, c: Double): <Error class: unknown class><<Error class: unknown class>>
Provides the real valued roots of the quadratic polynomial with the provided coefficients.