MSUStudentWork/46Ex/solution_polynomial.h
2024-09-24 21:32:13 +03:00

8 lines
197 B
C

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