Skip to content

Instantly share code, notes, and snippets.

View alexviquez's full-sized avatar
:electron:
Focusing

Alex Viquez alexviquez

:electron:
Focusing
  • Cuenca
  • México City
View GitHub Profile
/*
* Polynomial Interpolation *
* This program demonstrates a function that performs polynomial
* interpolation. The function is taken from "Numerical Recipes
* in C", Second Edition, by William H. Press, Saul A. Teukolsky,
* William T. Vetterling, and Brian P. Flannery.
*
*/
#include <math.h>