The function f(x) takes a numerical input x and returns a value that is computed as follows:

* If x is positive, f(x) = (x * c1) + c2, where c1 and c2 are constants.
* If x is negative, f(x) = (x * c3) + c4, where c3 and c4 are different constants.

