numpy.polynomial.polynomial.Polynomial.has_samedomain# 方法 polynomial.polynomial.Polynomial.has_samedomain(other)[原始碼]# Check if domains match. 參數: otherclass instanceThe other class must have the domain attribute. 回傳值: boolbooleanTrue if the domains are the same, False otherwise.