Let n be an integer. The value of the expression
is written as e. This number e appears in many places in mathematics. For example, it appears in the formula A = Pert to compute the total amount accumulated when the interest is compounded continuously. It also appears in problems relating to exponential growth and decay. It is known that e is an irrational number. The value of e to nine decimal places is e = 2.718281827. Write a program that computes the value of the expression
between certain values of n and then compare the values with e. For example, you can compute the values of the expression between 100 and 10000 with an increment of 100, or between 1000 and 1000000 with an increment of 1000.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.