```python >>> np.issubdtype(np.float32, np.dtype('float64')) True >>> np.issubdtype(np.float32, np.float64) False ```