numpy.iscomplexobj

numpy.iscomplexobj(x)

Return True if x is a complex type or an array of complex numbers.

Unlike iscomplex(x), complex(3.0) is considered a complex object.

Previous topic

numpy.iscomplex

Next topic

numpy.isfortran

This Page

Quick search