The rule of breaking the connection, which is even less biased, from half to even, namely:
If the fraction of y is 0.5, then q is an even integer to y.
Thus, for example, +23.5 becomes +24, +22.5 becomes +22, -22.5 becomes -22, and -23.5 becomes -24.
This method also considers positive and negative values symmetrically and, therefore, are free of general bias if the original numbers are positive or negative with equal probability. In addition, for most reasonable distributions of y values, the expected (average) value of the rounded numbers is essentially the same as the original numbers, even if the latter are all positive (or all negative). However, this rule will still introduce a positive offset for even numbers (including zero) and a negative offset for odd numbers.
This round option to the closest method is also called unbiased rounding (ambiguous, and slightly offensive), convergent rounding, statistical rounding, Dutch rounding, Gaussian rounding, or banker rounding. It is widely used in bookkeeping.
This is the default rounding mode used by IEEE 754 computational functions and operators.