affbe5f5创建于 2025年3月25日历史提交
/* 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