The function has different behaviors for negative, positive, and zero inputs. For negative inputs, the output values appear to be positive and close to the reciprocal of the input. For positive inputs, the output values are negative and close to the negative reciprocal of the input. When the input is zero, the output is None.

