The function f(x) behaves differently for negative and positive input values. For negative values, it returns an increasing positive output, whereas for positive values, it returns a decreasing negative output. At the input value of 0, the function returns None.

