The function takes a numerical input and returns a value based on that input. For inputs less than 4, the function returns 0.0. For inputs greater than or equal to 4, the function returns a value proportional to the input.

