Question: ----C++--- Exercise 2 The Taylor expansion of the function sin(x) around the point x - 0 is given by: sin(x) = x-31+5!-+ Write a C++
----C++---

Exercise 2 The Taylor expansion of the function sin(x) around the point x - 0 is given by: sin(x) = x-31+5!-+ Write a C++ program that takes a real value of x and computes the sine of that number (up to a certain precision). Your program should ourput the response both in fixed point format and in scientific format. Your program should keep taking numbers from the user until a sentinel value of your choice is input by the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
