/* mpf_nuderiv.h non uniformly spaced derivative coefficients */ #include "gmp.h" #define digits 200 void nuderiv(int order, int npoint, int point, mpf_t x[], mpf_t c[]);