Task 8 is done?

This commit is contained in:
AZEN-SGG 2025-05-11 07:43:19 +03:00
parent c10e3d3bb1
commit 84233f1e84
6 changed files with 101 additions and 11 deletions

View file

@ -4,7 +4,7 @@
int t8_solve (
double (*f) (double),
double a, double b,
double eps, int m, double *x
double eps, int m, double *res
);
#endif