The function computes the inverse of the input value and multiplies it by -1 if the input is positive, and multiplies it by 1 if the input is negative or 0. For x = 0, the output is None.

