We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Printing a complex number displays the py.Complex type instead of the real+imag values:
>>> print(3+1j) <complex64 instance at %!p(py.Complex=(3+1i))>