Click or drag to resize

QuarticRealPolynomial.RealRoots Method

Provides the real valued roots of the real polynomial.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double[] RealRoots()

Return Value

Type:Double[]
An array containing the real valued roots.
See Also