Task 10 and 11 are done
This commit is contained in:
parent
ff1903ff80
commit
c40059bcdc
19 changed files with 741 additions and 0 deletions
10
2025.05.09/10Ex/integral.h
Normal file
10
2025.05.09/10Ex/integral.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef INTEGRAL_H
|
||||
#define INTEGRAL_H
|
||||
|
||||
int trapezoid (
|
||||
double (*f) (double),
|
||||
double a, double b,
|
||||
double eps, double *res
|
||||
);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue