Task 4 is done!

This commit is contained in:
AZEN-SGG 2025-04-30 21:24:42 +03:00
parent 62add41f64
commit 22ef2dda9b
18 changed files with 332 additions and 48 deletions

View file

@ -3,7 +3,7 @@
#include "status.h"
status t1_solve (
status t4_solve (
double (*f) (double),
double a, double b,
double eps, int m, double *x, int *m_it