The function takes a numerical input x and multiplies it by a constant factor for positive inputs, and subtracts the input for negative inputs. For inputs above 128, the function wraps around to a much smaller range.

