Task 3 is done!

This commit is contained in:
AZEN-SGG 2025-04-16 15:23:41 +03:00
parent b9e4209b86
commit 4c083aa533
15 changed files with 269 additions and 16 deletions

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

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