FloatTracker.jl icon indicating copy to clipboard operation
FloatTracker.jl copied to clipboard

PR for complex numbers

Open paulxshen opened this issue 1 year ago • 2 comments

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

paulxshen avatar Oct 14 '24 03:10 paulxshen

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

ashton314 avatar Oct 15 '24 16:10 ashton314

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

bennn avatar Oct 15 '24 19:10 bennn