utahplt / TrackedFloats.jl

Julia library providing tracking of floating point errors through a program resources
https://juliahub.com/ui/Packages/FloatTracker/dBXig/1.0.0
MIT License
27 stars 3 forks source link

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

Open ashton314 opened 1 year ago

ashton314 commented 1 year ago

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.

bennn commented 1 year ago

Ingredients for a new type: