The function takes a single numerical input and returns its input multiplied by a constant factor, except when the input is within the range of [-128, 128], in which case the function returns the input unchanged.

