Google Sheets uses some sort of floating point arithmetic in its internal calculation, even if only integer numbers are in the calculation. For example:
A1: =128^128
A2: =A1+1
A3: =A2-A1
Then, A3 yields 0.
How can I set up Google Sheets so that A3 will result in 1?