Creating C++ program to make a Sine fuction without any library other than iostream?
Hi. I am a beginner in C++ programming. My assignment is to create a C++ Program to find the sine of a number without any library other than iostream by using Taylor Series:
Re: Creating C++ program to make a Sine fuction without any library other than iostre
Why do your start a new thread with exactly the same problem that is discussed in your previous thread?
Please get back, read what guys wrote you in response to your problem and try to implement what they recommended.
Re: Creating C++ program to make a Sine fuction without any library other than iostre
Originally Posted by VictorN
Why do your start a new thread with exactly the same problem that is discussed in your previous thread?
Please get back, read what guys wrote you in response to your problem and try to implement what they recommended.
that was some other problem. i cannot use math library and i have to call the function of factorial and power in the function of sine. i dont know how to do that. without using sine function, i can make it work but by using sine function, the program is not compiling. i really need some help here.
Bookmarks