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