Thread: taylor series using only stdio.h

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    1

    taylor series using only stdio.h

    HI,
    I am trying to create a program to compute the Taylor series using only stdio.h. I basically need the values of sin and cosine from 0 degrees to 180 in incrementof 5 degrees. I got the factorial part of the taylor series to work, but keep on getting messed up with the nested loops. I would really appreicate it if someone could give me the for statement(s) (the nested loop part) of the program. The rest I can do by myself.

    Thanks again,
    - Faruque

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >I would really appreicate it if someone could give me the for
    >statement(s) (the nested loop part) of the program.

    It would help if you could post your code. We need to understand your current program or algorithm before we can help you with your problem.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. stdio.h cstdio.h
    By salvadoravi in forum C Programming
    Replies: 3
    Last Post: 01-21-2008, 03:00 PM
  2. error: stdio.h: No such file or directory
    By MindLess in forum C Programming
    Replies: 9
    Last Post: 12-20-2007, 08:11 AM
  3. stdio.h
    By Vertex34 in forum C Programming
    Replies: 2
    Last Post: 07-12-2004, 10:18 AM
  4. error in -stdio.h __VALIST
    By JaWiB in forum C++ Programming
    Replies: 3
    Last Post: 09-20-2003, 12:22 PM
  5. Modifying stdio.h
    By Spectrum48k in forum C Programming
    Replies: 10
    Last Post: 05-29-2002, 08:30 AM