Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _div
Method
_div
numpy/polynomial/_polybase.py:146–147 ·
view source on GitHub ↗
(c1, c2)
Source
from the content-addressed store, hash-verified
144
@staticmethod
145
@abc.abstractmethod
146
def
_div(c1, c2):
147
pass
148
149
@staticmethod
150
@abc.abstractmethod
Callers
6
__divmod__
Method · 0.95
__rdivmod__
Method · 0.95
hermediv
Function · 0.80
legdiv
Function · 0.80
lagdiv
Function · 0.80
hermdiv
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected