![]() |
programmer's documentation
|
Provides mathemathical functions facilities. More...
#include <math.h>
Go to the source code of this file.
Data Structures | |
struct | mei_user_data_t |
Structure associated to a single user data set for 1D interpolation. More... | |
Functions | |
double | mei_interp1d (const char *filename, int c1, int c2, double x) |
Return the 1D interpolation if a value. More... | |
void | mei_data_free (void) |
Destroy all user data set for 1D interpolation. More... | |
Provides mathemathical functions facilities.
void mei_data_free | ( | void | ) |
Destroy all user data set for 1D interpolation.
double mei_interp1d | ( | const char * | filename, |
int | c1, | ||
int | c2, | ||
double | x | ||
) |
Return the 1D interpolation if a value.
[in] | filename | name of file of data |
[in] | c1 | column number of the file for abscisse |
[in] | c2 | column number of the file for ordinate |
[in] | x | variable to interpolate |