Сделал 45 Задание

This commit is contained in:
AZEN-SGG 2024-09-22 22:05:28 +03:00
parent dae8abd5cc
commit f677c28eb4
7 changed files with 99 additions and 0 deletions

9
45Ex/solve_polynomial.h Normal file
View 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