4.1 Patch Notes

Yes, but this bit:

Written out fully, old method:

[(10*1.1 + 10)*1.1 + 10]*1.1 + … ten times, gives you 175.311…

New method (as you described):

(10 *1.1) + (10 *1.1) + (10 *1.1) + … OR

(10 + 10 + 10 + …)*1.1

ten times, gives you 110, as expected.

Edit:

I think this still makes sense.

The old method, as above.

1 Like