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.
lavezza|3 years ago
Example: 6,190,283,353,629,370 + 1 will still be 6,190,283,353,629,370. 6,190,283,353,629,370 + 10 will be 6,190,283,353,629,380
db48x|3 years ago
Look for a way to solve your problem using software that uses unlimited–precision arithmetic instead.
unknown|3 years ago
[deleted]