CubicRealPolynomialDiscriminant Method |
Provides the discriminant of the cubic equation from the supplied coefficients.
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 Discriminant()
Public Function Discriminant As Double
public:
double Discriminant()
member Discriminant : unit -> float
Return Value
Type:
DoubleThe value of the discriminant.
See Also