Roots

Type Alias Roots 

Source
pub type Roots<T> = Vec<Complex<T>>;

Aliased Typeยง

pub struct Roots<T> { /* private fields */ }