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