pub fn poly_derivative(coeffs: &[Complex]) -> Vec<Complex>
Compute the derivative of a polynomial with complex coefficients.
Returns the derivative coefficients (one fewer term).