The function f(x) implemented in ./temp2/function.py returns 0.0 for input values less than or equal to -100 and greater than or equal to 100. For input values between -100 and 100 (inclusive), the function returns 1.0.

