The function f(x) alternates between two outputs, -1 and 1, based on the sign of the input. It seems to be producing a repeating pattern of -1 for negative inputs and 1 for positive inputs.

