Absolutly wrong done Task 5
This commit is contained in:
parent
231e507ef5
commit
8e6617686b
18 changed files with 807 additions and 0 deletions
10
2025.05.02/06Ex/solve.h
Normal file
10
2025.05.02/06Ex/solve.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
int t1_solve (
|
||||
double (*f) (double),
|
||||
double a, double b,
|
||||
double eps, int m, double *x
|
||||
);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue