CubicRealPolynomialRealRoots Method |
Provides the real valued roots of the real polynomial.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double[] RealRoots()
Public Function RealRoots As Double()
public:
array<double>^ RealRoots()
member RealRoots : unit -> float[]
Return Value
Type:
DoubleAn array containing the real valued roots.
See Also