Hacker News new | ask | show | jobs
by db48x 1536 days ago
Floating–point numbers happened. Excel uses IEEE–754 floating–point arithmetic because it is fast and ubiquitous. One of the disadvantages of doing math this way is that as you get farther away from zero, the precision of the numbers goes down. It’s generally fine because most people don’t do arithmetic on 6 quadrillion and change, they do arithmetic on smaller, more approachable numbers.

Look for a way to solve your problem using software that uses unlimited–precision arithmetic instead.