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)
Syntaxpublic double[] RealRoots()
Public Function RealRoots As Double()
public:
array<double>^ RealRoots()
member RealRoots : unit -> float[]
Return Value
Type:
Double[]An array containing the real valued roots.
See Also