Just me wanting to avoid problems with small accumulated error without having to check the equals before every comparison - in this case I’m probably better off using a fixed point representation 🙂
You know there are proposals like posits and stuff, but I haven't used them and likely won't so I don't have a valuable opinion on replacing clasic IEEE754.
Comments
in languages like odin or jai you could even store the value of epsilon in the context
But can anyone tell me why < or > need an epsilon? I don't get it.