VERB_code_2.3
|
Go to the source code of this file.
Functions | |
void | polint (double *xa, double *ya, int n, double x, double *y, double *dy) |
Some other interpolation from numerical recepies.
Definition in file polint.h.
void polint | ( | double * | xa, |
double * | ya, | ||
int | n, | ||
double | x, | ||
double * | y, | ||
double * | dy | ||
) |
Some other interpolation from numerical recepies.
Definition at line 15 of file polint.cpp.