numpy.polynomial.legendre.Legendre.has_samecoef

Legendre.has_samecoef(other)[source]

检查系数是否匹配。

版本1.6.0中的新功能。

参数:

其他:类实例

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

返回:

bool:boolean

如果系数相同,则为真,否则为False。