Hacker News new | ask | show | jobs
by lazyjones 2649 days ago
These kinds of issues are why https://en.wikipedia.org/wiki/Extended_precision was widely used since the 80's, both in language implementations and FPUs/CPUs.

Python has Decimal for those who need correctness under all circumstances.