Differentiate.
Return an instance of Polynomial that is the derivative of the current series. Refer to polyder for full documentation.
m : non-negative int
The number of integrations to perform.
derivative : Polynomial
The derivative of the series using the same domain.
See also
numpy.polynomial.polynomial.Polynomial.degree
numpy.polynomial.polynomial.Polynomial.fit
Enter search terms or a module, class or function name.