pub trait Roots: FluxKind {
type Output: IntoTimes;
// Required method
fn roots(self) -> <Self as Roots>::Output;
}Expand description
Roots of a Polynomial.
For discontinuous change-over-time, roots should also include any moments where the polynomial discontinuously “teleports” across 0.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.