Type Alias Quadratic
Source pub type Quadratic = Poly<3>;
Expand description
A polynomial of degree 2.
pub struct Quadratic { }
Returns the roots of this quadratic, in increasing order.
Double-roots are only counted once.
Returns the two distinct roots of this quadratic, but only if the
discriminant is positive.