NumPy

Previous topic

numpy.polynomial.hermite_e.HermiteE.has_samedomain

Next topic

numpy.polynomial.hermite_e.HermiteE.has_samewindow

This is documentation for an old release of NumPy (version 1.19). Read this page in the documentation of the latest stable release (version 2.2).

numpy.polynomial.hermite_e.HermiteE.has_sametype

method

HermiteE.has_sametype(self, other)[source]

Check if types match.

New in version 1.7.0.

Parameters
otherobject

Class instance.

Returns
boolboolean

True if other is same class as self