Skip to content

PR for complex numbers #47

@paulxshen

Description

@paulxshen

I needed the following to avoid errors (probably due to redundant type conversions in my code):
TrackedFloats.tf_untrack_complex(x::Complex32) = x
TrackedFloats.tf_track_complex(x::Complex{TrackedFloat32}) = x
etc...

Activity

ashton314

ashton314 commented on Oct 15, 2024

@ashton314
Member

Hi there!

Please provide a complete minimal example that shows the undesired behavior, as well as a description of what you think the behavior should be.

Also, the title you gave us says "PR"—do you intend to submit a PR to fix this issue? (I've updated the title to replace #number; please do not use # as an abbreviation. Please update further to make the title more descriptive—in particular, do not put PR unless you really intend to submit a pull request.)

changed the title [-]PR for complex #[/-] [+]PR for complex numbers[/+] on Oct 15, 2024
bennn

bennn commented on Oct 15, 2024

@bennn
Member

Sounds related to #30 . It would be awesome to support more number types!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bennn@ashton314@paulxshen

        Issue actions

          PR for complex numbers · Issue #47 · utahplt/TrackedFloats.jl