Xref: utzoo comp.lang.c:22986 comp.std.c:1861 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!ginosko!uakari.primate.wisc.edu!unmvax!gatech!utkcs2!utkux1.utk.edu!wozniak From: wozniak@utkux1.utk.edu (Bryon Lape) Newsgroups: comp.lang.c,comp.std.c Subject: Reading in Functions Message-ID: <1197@utkcs2.cs.utk.edu> Date: 18 Oct 89 17:29:03 GMT Sender: news@utkcs2.cs.utk.edu Reply-To: wozniak@utkux1.utk.edu (Bryon Lape) Followup-To: comp.lang.c Organization: University of Tennessee Computing Center, Knoxville Lines: 8 How does one write a procedure in C so that the user can type in a formula from the keyboard and the programme will graph it? I can handle the graphing part, but what I want to be able to do is is have a programme that will read in a function and graph the result. -bryon-