Function initial_guess_smallest

Source
pub fn initial_guess_smallest<T: RealScalar>(poly: &Poly<T>) -> Complex<T>
Expand description

Guess close to the root with the smallest magnitude (Madsen 1973)

ยงPanics

If T is f32 or f64, this function does not panic. However, if T cannot represent all primitive integers smaller than usize::MAX, this might panic under certain circumstances (casting of extreme values, usually)\n\n