5 ms·
In Inflex decimals are not floating point, they’re fixed precision. So 0.1+0.2=0.3 produces #true. You can try by hitting the Formula button here: https://infl
by InflexHQ 4y ago
In Inflex decimals are not floating point, they’re fixed precision. So 0.1+0.2=0.3 produces #true. You can try by hitting the Formula button here: https://inflex.io/try https://inflex.io/try
And you can choose an arbitrary level of precision: https://discourse.inflex.io/t/how-to-increase-decimal-places-precision-in-inflex/27 https://discourse.inflex.io/t/how-to-increase-decimal-places...
RE the grid I agree completely, I have a blog post about it: https://inflex.io/blog/whats-wrong-with-the-grid https://inflex.io/blog/whats-wrong-with-the-grid
I’ve considered adding floating points as an optional advanced feature, but on the other hand, unums might also be a better approximate number type.