The function f(x) appears to have two different behaviors. For x < 0, the function seems to return a constant value of -4.9. For x >=0, it returns another constant value of -8.1, except for x = 0 where it returns 112.86.

