Skip to content

py.Complex is missing __str__ and __repr__ #30

@raff

Description

@raff

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))>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions