MSUStudentWork/ProcessingSequences/46Ex/solution_polynomial.h

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