Сделал 45 Задание
This commit is contained in:
parent
dae8abd5cc
commit
f677c28eb4
7 changed files with 99 additions and 0 deletions
9
45Ex/solve_polynomial.h
Normal file
9
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