Доделал 46е задание

This commit is contained in:
AZEN-SGG 2024-09-24 21:32:13 +03:00
parent 5d875464a3
commit 973e407a45
6 changed files with 41 additions and 21 deletions

View 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