/* corrected two lines to add at the end of Program 9*/ /* these were mistyped at the bottom of page 90 */ printf("One over the sum=%e \n", 1/newsum); printf("Call to exp(-x) =%e \n", exp(-x));