
- For positive integer values, the output is even.
- For negative integer values, the output alternates between odd and even.
- For decimal values, the output is the nearest integer to the input value.
There doesn't seem to be any interval with unexpected behavior.

