| PLplot
    5.15.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) |