I know this is C++ forum but maybe you can still help me out with my MATLAB question.
I Think MATLAB is written in C or C++.
The functions f(x)= (sqrt(x^2+1) - 1) / x^2
The question is the following:
Use MATLAB to compute the limit of f(x) as x approaches to zero by looking at the values x=1/2^i for i=1:30.