PLplot
5.13.0
|
#include "dsplint.h"
Go to the source code of this file.
Macros | |
#define | MAX(a, b) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) |
#define | MIN(a, b) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) |
Functions | |
int | dsplint (double *xa, double *ya, double *y2a, int n, double x, double *y) |