Skip to main content

poly_derivative

Function poly_derivative 

Source
pub fn poly_derivative(coeffs: &[Complex]) -> Vec<Complex>
Expand description

Compute the derivative of a polynomial with complex coefficients.

Returns the derivative coefficients (one fewer term).