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 / polyutils / _pow

function

numpy.polynomial.polyutils:_pow

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

Signature

def   _pow ( mul_f c pow maxpower )

Summary

Helper function used to implement the <type>pow functions.

Parameters

mul_f : function(array_like, array_like) -> ndarray

The <type>mul function, such as polymul

c : array_like

1-D array of array of series coefficients

pow, maxpower

See the <type>pow functions for more detail

Aliases

  • numpy.polynomial.polyutils._pow