Click or drag to resize

QuadraticRealPolynomialDiscriminant Method

Provides the discriminant of the quadratic equation from the supplied coefficients.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double Discriminant()

Return Value

Type: Double
The value of the discriminant.
Remarks
Note that when computing RealRoots, a tolerance is used that may cause the number of roots to differ relative to what analysis of the discriminant would imply.
See Also