809
IEEE 754
(cdn.fosstodon.org)
Post funny things about programming here! (Or just rant about your favourite programming language.)
A lot of work has gone into making floating point numbers efficient and they cover 99% of use cases. In the rare case you really need perfect fractional accuracy, it's not that difficult to implement as a pair of integers.
99.000004%