VERB_code_2.2  2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
polint.h
Go to the documentation of this file.
1 /**
2  * Some other interpolation from numerical recepies.
3  * \file polint.h
4  */
5 
6 
7 void polint( double *xa, double *ya, int n, double x, double *y, double *dy );