Add .zip Archive
This commit is contained in:
parent
3c3c94b028
commit
056e721d9a
34 changed files with 718 additions and 559 deletions
11
2025.05.02/dist/Krivoruchenko_SK/solve_06.h
vendored
Normal file
11
2025.05.02/dist/Krivoruchenko_SK/solve_06.h
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
int t6_solve (
|
||||
double (*f) (double),
|
||||
const int m, double *d,
|
||||
double a, double b,
|
||||
const double eps, const int M, double *res
|
||||
);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue