The function approximately squares the input for negative values between -128 and 0, returns a value close to 2 for inputs around 0, and has an unexpected small output for positive large inputs. There might be an interval inside the domain where the function behaves differently (around 0).

