numpy.polynomial.hermite_e.HermiteE.has_samecoef
метод
-
HermiteE.has_samecoef(self, other)[source] -
Проверка совпадения коэффициентов.
Введено в версии 1.6.0.
- Параметры
-
-
otherclass instance -
Другой класс должен иметь атрибут
coef.
-
- Возвращаемое значение
-
-
boolboolean -
True, если коэффициенты совпадают, False в противном случае.
-
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.19/reference/generated/numpy.polynomial.hermite_e.HermiteE.has_samecoef.html