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