The function f(x) takes a numerical input x and multiplies it by 2, then adds 4. However, the function only works as expected for inputs between 0 and 128. For inputs outside of this range, the output is unexpected.

