From: maali AT panther DOT uwo DOT ca DOT NOSPAM (M. Adnan Ali) Newsgroups: comp.os.msdos.djgpp,sci.math.num-analysis Subject: Re: A useful class I made for producing formulas Date: 31 Jul 1997 08:40:15 GMT Organization: University of Western Ontario, London, Ont. Canada Lines: 16 Distribution: inet Message-ID: <5rpj1f$qm6@falcon.ccs.uwo.ca> References: <01bc9ae9$7bc81960$32f282c1 AT damien> <5rphfb$orc AT falcon DOT ccs DOT uwo DOT ca> NNTP-Posting-Host: pineapple.apmaths.uwo.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk for other codes along these lines, check out http://gams.nist.gov/cgi-bin/gams-serve/class-index.html?Key=curve+fit adnan. (remove .nospam to reply by email) >In article <01bc9ae9$7bc81960$32f282c1 AT damien>, >Richard Birch wrote: >Anyone interested in a class that gives you a formula when you give it a >set of results. e.g. give it x=1 when y=1, x=2 when y=4, x=3 when y=9, the >class will give you the formula y=x^2. >