This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / _polybase / ABCPolyBase / deriv

function

numpy.polynomial._polybase:ABCPolyBase.deriv

source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/_polybase.py :878

Signature

def   deriv ( self m = 1 )

Summary

Differentiate.

Extended Summary

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 : series

A new series representing the derivative. The domain is the same as the domain of the differentiated series.

Aliases

  • numpy.polynomial._polybase.ABCPolyBase.deriv