The function takes a numerical input and returns a value that is some multiple of the input, but only if the input is non-negative. If the input is negative, the function takes the absolute value of the input and then multiplies it by a constant.

