Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _fromroots
Method
_fromroots
numpy/polynomial/_polybase.py:186–187 ·
view source on GitHub ↗
(r)
Source
from the content-addressed store, hash-verified
184
@staticmethod
185
@abc.abstractmethod
186
def
_fromroots(r):
187
pass
188
189
def
has_samecoef(self, other):
190
""
"Check
if
coefficients match.
Callers
7
hermefromroots
Function · 0.80
fromroots
Method · 0.80
legfromroots
Function · 0.80
lagfromroots
Function · 0.80
polyfromroots
Function · 0.80
hermfromroots
Function · 0.80
chebfromroots
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected