Сделал 1 Задание со списками
This commit is contained in:
parent
5dbf4901b8
commit
632a718df1
71 changed files with 106 additions and 0 deletions
9
ProcessingSequences/45Ex/solve_polynomial.h
Normal file
9
ProcessingSequences/45Ex/solve_polynomial.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef SOLVE_POLYNOMIAL
|
||||
#define SOLVE_POLYNOMIAL
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
int solvePolynomial(FILE * file, double x, double * derivative, double * polynomial);
|
||||
|
||||
#endif // SOLVE_POLYNOMIAL
|
||||
Loading…
Add table
Add a link
Reference in a new issue