bundles / numpy latest / 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) -> ndarrayThe
<type>mulfunction, such aspolymulc: array_like1-D array of array of series coefficients
pow, maxpowerSee the
<type>powfunctions for more detail
Aliases
-
numpy.polynomial.polyutils._pow