Quadratic Fields |
The UtilQuadratic type exposes the following members.
| Name | Description | |
|---|---|---|
| a |
Coefficient of the x^2 component.
| |
| b |
Coefficient of the x component.
| |
| c |
Constant component.
| |
| SolutionLower |
The smaller of the two solutions once Solve has been called, and HasRealSolutions is true.
| |
| SolutionUpper |
The larger of the two solutions once Solve has been called, and HasRealSolutions is true.
|