C PROGRAMMING QUESTION Write a C program called cosapproxc t
C PROGRAMMING QUESTION.
Write a C program, called cos_approx.c, that computes the approximate value of cos(x) according to its Taylor series expansion.
Problem 1 on this website: http://ece15.ucsd.edu/Labs/lab3.pdf
This is what I have so far: http://pastebin.com/SMEn7rqu
With the input dat, I still get 0\'s for all cases. Help!
Solution
C Program for Taylor series expansion cos(x) = 1 - x