7.141552 → 7.1416
6.814259 → 6.8142
7.864651 → 7.8646
11.464752 → 11.4648
I have followed, "If this discarded digit is exactly half a unit in the n th place, increase the n th digit by unity if it is odd, otherwise leave it unchanged.".
Is this correct? I have exposed this question because of my obscurity in the round-off theories especially when a discarded digit is five.
I mostly summarize what's there: https://www.ibm.com/support/pages/how-does-rounding-work-calculation
In your examples the discarded $5$ is followed by other digits, thus the rule you cited doesn't apply :
And you need always to increase the $n^{th}$ digit for these figures.
The reason for the odd/even rule is to get $50\%$ of digits rounded above and $50\%$ rounded below when the last discarded digit is $5$, else there would be a bias always in the same direction ($n^{th}$ digit either always increasing, either always unchanged) and that would accumulate errors, while we hope that with the alternating method it will statistically compensate.