Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _pow
Method
_pow
numpy/polynomial/_polybase.py:151–152 ·
view source on GitHub ↗
(c, pow, maxpower=None)
Source
from the content-addressed store, hash-verified
149
@staticmethod
150
@abc.abstractmethod
151
def
_pow(c, pow, maxpower=None):
152
pass
153
154
@staticmethod
155
@abc.abstractmethod
Callers
6
__pow__
Method · 0.95
hermepow
Function · 0.80
legpow
Function · 0.80
lagpow
Function · 0.80
polypow
Function · 0.80
hermpow
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected