Question: (Compute e) You can approximate e using the following series: e=1+11!+12!+13!+14!++1i! Write a program that displays the e value for i = 10000, 20000, ,
(Compute e) You can approximate e using the following series: e=1+11!+12!+13!+14!++1i! Write a program that displays the e value for i = 10000, 20000, , and 100000. (Hint: Because i! = i (i 1) 2 1, then 1i! is 1i(i1)! This is for C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
