The domain of the function is the set of real numbers. However, there seems to be an interval where the function displays unexpected behavior. For values of x between -128 and -64, the function returns negative values. For x between -64 and 64, the function returns either negative or None (null) as the output. For x between 64 and 128, the function returns positive values.

