numpy.polynomial.laguerre.Laguerre.has_samecoef# 方法 polynomial.laguerre.Laguerre.has_samecoef(other)[源代码]# 检查系数是否匹配. 在 1.6.0 版本加入. 参数: other类 实例另一个类必须具有 coef 属性. 返回: bool布尔值如果系数相同则为真,否则为假.