Сделал 1 Задание со списками
This commit is contained in:
parent
5dbf4901b8
commit
632a718df1
71 changed files with 106 additions and 0 deletions
8
ProcessingSequences/46Ex/solution_polynomial.h
Normal file
8
ProcessingSequences/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