numpy.polynomial.hermite_e.HermiteE.has_sametype

HermiteE.has_sametype(other)

Check if types match.

Parameters :

other : object

Class instance.

Returns :

bool : boolean

True if other is same class as self

Notes

New in version 1.7.0.

Previous topic

numpy.polynomial.hermite_e.HermiteE.has_samedomain

Next topic

numpy.polynomial.hermite_e.HermiteE.has_samewindow

This Page