CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: weirdom3

Search: Search took 0.02 seconds.

  1. Replies
    22
    Views
    64,186

    Re: Write a C++ program to compute Sin(x)

    How many times should I make the loop go on if not 1000??
  2. Replies
    22
    Views
    64,186

    Re: Write a C++ program to compute Sin(x)

    the series is:

    x x^3 x^5 x^7 x^9 x^n
    sin (x) = ----- ─ ---- + ---- ─ ---- + ----- ─ …………. ------
    1! 3! 5! 7! ...
  3. Replies
    22
    Views
    64,186

    Write a C++ program to compute Sin(x)

    Hi. I'm having problem writing this program as my assignment. I've spent hours on this but still i can't get the right answer.

    Here is the question:
    Write a C++ program to compute Sin(x)...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured