Programm is compiling
This commit is contained in:
parent
135f27f63d
commit
8e114b5c29
17 changed files with 328 additions and 90 deletions
12
2025.05.02/01Ex/solve.h
Normal file
12
2025.05.02/01Ex/solve.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
#include "status.h"
|
||||
|
||||
status t1_solve (
|
||||
double (*f) (double),
|
||||
double a, double b,
|
||||
double eps, int m, double *x, int *m_it
|
||||
);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue