Started task 6
This commit is contained in:
parent
47a464aa9e
commit
af90d91e29
9 changed files with 225 additions and 102 deletions
11
2025.05.02/06Ex/array_io.h
Normal file
11
2025.05.02/06Ex/array_io.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef ARRAY_IO_H
|
||||
#define ARRAY_IO_H
|
||||
|
||||
int init_array (
|
||||
double (*f) (double),
|
||||
double *d, int m,
|
||||
double a, double b,
|
||||
double eps, double *ret
|
||||
);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue