Perform all your calculations for this problem in double precision.
Consider the following limit:
Using L'Hopital's rule, it is straightforward to prove that the value of this limit is 1.
Write C++ code that numerically estimates the value of the above limit, by evaluating x.
In particular, use values of README.md file.
Now, we'll try a mathematically equivalent (but algorithmically different) approach to the same problem.
We'll define
Write code that computes log function from math.h computes the natural log of its argument.
Report your results at the end of this README.md file.
At the end of this README.md file, explain your observations in detail, including the specific reasons for any differences in numerical stability.