Hi Pawel,
This is the correct behaviour for the "round to nearest" Function. This function Rounds the input to the nearest integer. If the value of the input is midway between two integers (for example, 1.5 or 2.5), the function returns the nearest EVEN integer.
Hope this helps,
Nick