For precision 5, truncate and round to the closest even the following numbers:
Often, for a real number $x$, there is no exact floating-point representation and it falls between two numbers that can be represented exactly $$x^- \lt x \lt x^+$$
As a representation of $x$ we will choose one of the two depending on the rounding method used. The IEEE 754 standard proposes 5 rounding systems.
This is the most widely used rounding method and the one that we will use in this exercise.
For precision 5, truncate and round to the closest even the following numbers: