Start Task 2

This commit is contained in:
AZEN-SGG 2025-04-15 19:51:42 +03:00
parent 9319f68a39
commit 9ac038df34
7 changed files with 227 additions and 0 deletions

6
2025.04.18/02Ex/solve.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef SOLVE_H
#define SOLVE_H
double t2_solve (const double x_0, const int n, const double * restrict X, double * restrict Y);
#endif