CubicRealPolynomial Methods |
The CubicRealPolynomial type exposes the following members.
Name | Description | |
---|---|---|
Discriminant |
Provides the discriminant of the cubic equation from the supplied coefficients.
| |
Discriminant(Double, Double, Double, Double) |
Provides the discriminant of the cubic equation from the supplied coefficients.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate(Double) |
Evaluates the polynomial at the specified value of the independent variable.
(Inherited from RealPolynomial.) | |
Evaluate(Double) |
Evaluates the polynomial at the specified values of the independent variable.
(Inherited from RealPolynomial.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RealRoots |
Provides the real valued roots of the real polynomial.
| |
RealRoots(Double, Double, Double, Double) |
Compute real roots.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |