Polynomial.deriv()

numpy.polynomial.polynomial.Polynomial.deriv

Polynomial.deriv(m=1) [source]

Differentiate.

Return a series instance of that is the derivative of the current series.

Parameters:

m : non-negative int

Find the derivative of order m.

Returns:

new_series登录查看完整内容