The function takes a single numerical input `x` and returns a value that is either increasing or decreasing linearly with `x`, depending on whether `x` is positive or negative. If `x` is between -4 and 4, the function's output oscillates around a central value.

