utahplt / TrackedFloats.jl

Julia library providing tracking of floating point errors through a program resources
https://juliahub.com/ui/Packages/General/TrackedFloats
MIT License
34 stars 3 forks source link

Track `Div0`? #34

Open bennn opened 1 year ago

bennn commented 1 year ago

Division by zero gives Inf in Julia, but we could track it as a special div0 event. Worthwhile?