ngspice/src/maths/poly/polyeval.h

7 lines
118 B
C

#ifndef ngspice_POLYEVAL_H
#define ngspice_POLYEVAL_H
double ft_peval(double x, double *coeffs, int degree);
#endif