QuarticRealPolynomialDiscriminant Method |
Provides the discriminant of the quartic equation from the supplied coefficients.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic double Discriminant()
Public Function Discriminant As Double
public:
double Discriminant()
member Discriminant : unit -> float
Return Value
Type:
DoubleThe value of the discriminant.
See Also