I've got a weird case using Python to get the result of this calculation:
11.66 * 0.98 * 1.05 + 1.7 + 0.70 * 1.03
in Python the result that I got is 14.41914
but when my customer calculate it using their calculator and iPhone the result that they got is 14.8300842
so which is the correct result ? and what caused this calculation to have different result ? thanks