I want to write a function that takes a single floating-point parameter x and returns the value of the function e(to the power of x) . Using the Taylor series expansion to compute the return value, using a loop that terminates when the partial sum SN+1 of Eq. (2) is equal to SN.I want to write a function that takes a single