numpy.polynomial.legendre.Legendre.has_samecoef# 方法 polynomial.legendre.Legendre.has_samecoef(other)[原始碼]# 檢查係數是否匹配。 參數: other類別實例另一個類別必須具有 coef 屬性。 返回: bool布林值如果係數相同則為 True,否則為 False。