Task 12 started
This commit is contained in:
parent
ff85cc43fe
commit
e0046e37ef
4 changed files with 32 additions and 23 deletions
|
@ -1,8 +1,9 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
int t8_solve (
|
||||
double (*f) (double),
|
||||
int t12_solve (
|
||||
double (*x) (double),
|
||||
double (*y) (double),
|
||||
double a, double b,
|
||||
double eps, double *res
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue