:: full code removed per Posting Guidelines::
IS THIS CORRECT ??????????????? ?
User Profile
Collapse
-
-
am a biggner not very sure of c++ coding i want to learn but i am unable to do this equation . if i have the answer i can try it and learn how it works...Leave a comment:
-
-
i need to write a programe for this equation .. i have no idea how to start it...Leave a comment:
-
please help me to get the coding for this
The value ex can be approximated by the sum
1 + x + x2/2! + x3/3! + … + xn/n!
Write a program that takes a value x as input and outputs this sum for n taken
to be each of the values 1 to 100. The program should also output ex
calculated using the predefined function exp. The function exp is a predefined
function such that exp(x) returns an approximation to the value ex. The
function exp is in the library... -
approximating a series
The value ex can be approximated by the sum
1 + x + x2/2! + x3/3! + … + xn/n!
Write a program that takes a value x as input and outputs this sum for n taken
to be each of the values 1 to 100. The program should also output ex
calculated using the predefined function exp. The function exp is a predefined
function such that exp(x) returns an approximation to the value ex. The
function exp is in the library...
No activity results to display
Show More
Leave a comment: