#ifndef SOLUTION_POLYNOMIAL #define SOLUTION_POLYNOMIAL #include int solutionPolynomial(FILE * file, double x, double * derivative, double * polynomial); #endif // SOLUTION_POLYNOMIAL