/* * * fonctions avancees sur les polynomes * */ #include "fonctions.h" #include "pile.h" typedef struct func_t { func_name func; char *nom; int arite; type_elem arg1, arg2, arg3; } func_t; static func_table[] = { { DERIV, "deriv", 1, T_POLY, -1, -1}, { DERIVN, "derivn"