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

Create mechanisms to easily extend the kinds of number types FloatTracker supports

Open ashton314 opened this issue 2 years ago • 1 comments

I'm adding support for complex numbers right now: it would be interesting if we could make this sort of thing easy for consumers of FloatTracker to do.

ashton314 avatar Jun 06 '23 23:06 ashton314

Ingredients for a new type:

  • [ ] write cast function to/from TrackedX
  • [ ] identify the error values for that type
  • [ ] collect list of operations to override
  • [ ] override each operation, add logging

bennn avatar Jun 08 '23 20:06 bennn