The function f(x) takes a numerical input x and returns a value that is some multiple of x, depending on the sign of x. If x is positive, the multiple is closer to 2, while if x is negative, the multiple is closer to 3.

