Absolutly wrong done Task 5

This commit is contained in:
AZEN-SGG 2025-05-07 18:06:47 +03:00
parent 231e507ef5
commit 8e6617686b
18 changed files with 807 additions and 0 deletions

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

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