numpy.polynomial.legendre.Legendre.has_samecoef#

方法

polynomial.legendre.Legendre.has_samecoef(other)[source]#

检查系数是否匹配。

版本 1.6.0 中的新功能。

参数:
other类实例

另一个类必须具有 coef 属性。

返回值:
bool布尔值

如果系数相同,则返回 True,否则返回 False。