The whole point of specific implementations for rationals and fixed point numbers, is precisely that floats are horrible at representing them. How many beginners fall into the trap of storing currency as float… Absolute no-go for financials!
4 Likes
By the way, can anyone provide an example of code that this would benefit? Just asking as I am working on an ACP.