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