8 lines
197 B
C
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
|