Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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))>
The text was updated successfully, but these errors were encountered:
THis is all done now - thanks @raff
PS Next time put Fixes #31 in the commit message and it will auto close the issue :-)
Fixes #31
Sorry, something went wrong.
No branches or pull requests
Printing a complex number displays the py.Complex type instead of the real+imag values:
The text was updated successfully, but these errors were encountered: