f(x) maps a numerical input to its absolute value, except for inputs outside of the interval [-128, 128], where it returns negative values for inputs less than -128 and positive values for inputs greater than 128.

