ngspice/src/maths/poly/polyderiv.h

7 lines
112 B
C

#ifndef ngspice_POLYDERIV_H
#define ngspice_POLYDERIV_H
void ft_polyderiv(double *coeffs, int degree);
#endif