Testing task 2
This commit is contained in:
parent
3e90cc7ebb
commit
64182805a0
5 changed files with 19 additions and 18 deletions
|
@ -1,8 +1,9 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
int t7_solve (
|
||||
int t2_solve (
|
||||
double (*f) (double),
|
||||
double (*d) (double),
|
||||
double x_0, double eps,
|
||||
int m, double *x
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue