There is an interval where the function displays unexpected behavior. The domain of the function can be split into two intervals: x < 0 and x >= 0. In the interval x < 0, the function always returns -1.1, and in the interval x >= 0, it always returns 5.3.

