zpoly1

Function zpoly1 

Source
pub fn zpoly1(z: Complex, c: &[Complex], n: usize) -> Complex
Expand description

note: coefficients are always from C_1 to C_n i.e. C_0 == (0., 0) n should always be >= 1 though no checks are made