

During the experiments, we observed that the function appears to be a combination of two different operations. 

For inputs in the range [-128, -1] and [1, 128], the function follows a quadratic behavior. It seems to square the input value and then multiply it by a constant factor.

For inputs within the interval [-1, 1], the function behaves differently. It seems to perform a sinusoidal operation on the input value.

