numpy.polynomial.polynomial.Polynomial.has_samecoef#

方法

polynomial.polynomial.Polynomial.has_samecoef(other)[原始碼]#

Check if coefficients match.

參數:
otherclass instance

The other class must have the coef attribute.

回傳值:
boolboolean

True if the coefficients are the same, False otherwise.