Task 1 and 2 are done!

This commit is contained in:
AZEN-SGG 2025-05-06 00:00:35 +03:00
parent cdc405551d
commit a39f0f19e3
20 changed files with 587 additions and 0 deletions

9
2025.05.09/02Ex/solve.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef SOLVE_H
#define SOLVE_H
int t2_solve (
double (*f) (double),
double x, double h
);
#endif