pub fn poly_complex_eval(c: &[f64], z: &ComplexF64) -> ComplexF64
Expand description

This function evaluates a polynomial with real coefficients for the complex variable z.