[comp.lang.c] polynomial curvefit routine

greg@turbo.atl.ga.us (Greg Montgomery) (08/14/90)

I'm looking for a polynomial curvefit routine in C/C++ source code.
Please let me know if you know where I can locate one or if there is a
better place to look...

Thanks..

Greg


----
Greg Montgomery        Internet:  greg@turbo.atl.ga.us
                   UUCP (smart):  greg@turbo.UUCP
                   UUCP (route):  {rutgers,ogcise,gatech}!emory!turbo!greg

reeves@dvinci (Malcolm Reeves) (08/19/90)

From article <45quN1w162w@turbo.atl.ga.us>, by greg@turbo.atl.ga.us (Greg Montgomery):
> I'm looking for a polynomial curvefit routine in C/C++ source code.
> Please let me know if you know where I can locate one or if there is a
> better place to look...
>
Look in "Numerical Recipies in C" by Press et al. Cambridge University Press
I have FORTRAN and PASCAL but not C sources for polynomial curvefit. You
might also take a look at Numerical Methods Toolbox for Turbo Pascal by
Borland .... I'm not sure whether this is available for C.