CSCI 107 Assignment 8


Estimating e

The purpose of this assignment is to help you gain experience using recursion to solve problems.

Isaac Newton developed the following method to estimate e (the natural logarithm):

For this assignment, write a program that asks the user how many terms to use and then estimates e using Newton's Method. Here are four different runs of the program:

Requirements and Grading