The function f(x) implemented in the script./temp0/function.py is a power of 2 function that takes an integer input x and returns x raised to the power of 2, unless x is between -1 and 1, in which case it returns the inverse of x.

