The function f(x) takes a numerical input x and outputs a value that is half of the input plus half. In other words, f(x) = 0.5 * x + 0.5.

