This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / _polybase / ABCPolyBase / has_samecoef

function

numpy.polynomial._polybase:ABCPolyBase.has_samecoef

source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/_polybase.py :189

Signature

def   has_samecoef ( self other )

Summary

Check if coefficients match.

Parameters

other : class instance

The other class must have the coef attribute.

Returns

bool : boolean

True if the coefficients are the same, False otherwise.

Aliases

  • numpy.polynomial._polybase.ABCPolyBase.has_samecoef