cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
VERY IMPORTANT qUESTION
VERY IMPORTANT qUESTION
Mar 28, 2015 at 3:54pm UTC
seema96
(4)
: Calculate cos(x)
The function cos(x) can be calculated using the following Taylor series expansion:
cos(x)=1-x^2/2!+x^4/4!-x^6/6!+x^8/8! .... and so on
Write a program that calculates cos(x) for a given value of x to an accuracy within 0.00005.
Mar 28, 2015 at 3:56pm UTC
TarikNeaj
(2580)
VERY IMPORTANT aNSWER
You're on the wrong section. Post in the general c++ programming. You wont get much help if your post looks like this. We dont do homework. Use google to your advantage and get started on something, show us code and ask specific questions.
Mar 28, 2015 at 6:04pm UTC
seema96
(4)
@tarikneaj
Okay. But to clear things out im new in programming + i just created an account.
thanks.
Topic archived. No new replies allowed.