If the 10th fractional digit is 5 or above, then the number is rounded up.
If the 10th fractional digit is 4 or below, then the number is rounded down.
e.g. 0.1234567891 is displayed as 0.123456789 0.1234567895 is displayed as 0.12345679
=== floating point example in RAM by MaV ===