Доделал 46е задание
This commit is contained in:
parent
5d875464a3
commit
973e407a45
6 changed files with 41 additions and 21 deletions
8
46Ex/solution_polynomial.h
Normal file
8
46Ex/solution_polynomial.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef SOLUTION_POLYNOMIAL
|
||||
#define SOLUTION_POLYNOMIAL
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int solutionPolynomial(FILE * file, double x, double * derivative, double * polynomial);
|
||||
|
||||
#endif // SOLUTION_POLYNOMIAL
|
||||
Loading…
Add table
Add a link
Reference in a new issue