The function f(x) takes a numerical input and returns its square for most values. However, for inputs between -10 and 0, the function returns the input value instead of squaring it.

