bundles / numpy 2.4.4 / numpy / polynomial / _polybase / ABCPolyBase / has_samecoef
function
numpy.polynomial._polybase:ABCPolyBase.has_samecoef
Signature
def has_samecoef ( self , other ) Summary
Check if coefficients match.
Parameters
other: class instanceThe other class must have the
coefattribute.
Returns
bool: booleanTrue if the coefficients are the same, False otherwise.
Aliases
-
numpy.polynomial._polybase.ABCPolyBase.has_samecoef