{ } Raw JSON

bundles / numpy 2.4.4 / numpy / polynomial / polyutils / _pow

function

numpy.polynomial.polyutils:_pow

source: /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