The function seems to have two distinct behaviors depending on the input value. For a wide range of inputs from -128 to -32 and from 32 to 128, the function outputs a constant value of -7.9 and -6.9, respectively. However, for an input of 0, the function outputs a slightly different value of -7.899071783593258.

