ngspice/src/maths/poly/poly.h

13 lines
199 B
C

/* 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