/* The public interface to the polygon library. */ #ifndef ngspice_POLY_H #define ngspice_POLY_H #include "interpolate.h" #include "polyderiv.h" #include "polyeval.h" #include "polyfit.h" #endif