Thread: IDEA: Trig Function Grapher

  1. #1
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380

    IDEA: Trig Function Grapher

    How about a program that will graph simple trig functions... e.g. user enters "y=3sin2(x-30)" and the program will display the graph of it

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    i agree, it would be a good idea. it might be a bit difficult, though, to do the equation parsing.

  3. #3
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    you could almost have two contests connected... first an equation parser; Then an extension which uses the parser for this

  4. #4
    icarus
    Guest
    i agree, it would be a good idea. it might be a bit difficult, though, to do the equation parsing.
    That is why God invented bison

  5. #5
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    bison... i remember seeing that name in my quest (or at least as hard as a quest) to update my gcc version to 3.x

    i'll look into it

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. Troubleshooting Input Function
    By SiliconHobo in forum C Programming
    Replies: 14
    Last Post: 12-05-2007, 07:18 AM
  3. Change this program so it uses function??
    By stormfront in forum C Programming
    Replies: 8
    Last Post: 11-01-2005, 08:55 AM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. Replies: 5
    Last Post: 02-08-2003, 07:42 PM