Develop a program that uses a while loop to implement that estimates the value of y=2*tan(x)*exp(x) using Taylor series
Posted: Tue Jul 05, 2022 10:33 am
Develop a program that uses a while loop to implement that estimates the value of y=2*tan(x)*exp(x) using Taylor series expansions expanded to an order of 1000 correct to eight decimal places where x=0.5. Answer