One serious issue with calculators and computers for that matter is something called 'rounding errors':
Consider this:
1.44 +
1.44 +
1.12
and I want the answer to 1 decimal place.
One person could add the three together using both decimal places, THEN do the rounding... they will get 4.0
However, if someone rounds the numbers first (1.4 + 1.4 + 1.1) they will get a figure of 3.9
This has actually caused serious issues in very complex math problems... like keeping a satellite in the right position, or launching a rocket, as rounding errors build up and build up to a point where a lot of inaccuracy starts to happen, a bit like if your car mileage was only 2 meters out in a 1km journey, but over 800km you could be 1.6km from where you think you are. Imagine that on a trip to the moon!