Almost finished 6th

This commit is contained in:
AZEN-SGG 2025-05-08 14:32:47 +03:00
parent 83b8e41192
commit 0f13b05344
3 changed files with 43 additions and 2 deletions

View file

@ -43,7 +43,7 @@ int t6_solve (
return -1;
if ((fabs(yi) - fabs(*maximum)) > DBL_EPSILON)
maximum = &yi;
maximum = y_lst + i;
}
*maximum = y;