Question: Visual C# 5.40 Infinite Series: e^x: Write an app that computes the value of e^x by using the formula e^x = 1 + x/1! +
Visual C# 5.40 Infinite Series: e^x: Write an app that computes the value of e^x by using the formula e^x = 1 + x/1! + x^2/2! + x^3/3!... Compare the result of your calculation to the return value of the method call Math.Pow(Math.E, x) (Note: Math.Pow takes 2 arguments and raises the first argument to the power of the second)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
