Testing task 2

This commit is contained in:
AZEN-SGG 2025-05-02 01:46:06 +03:00
parent 3e90cc7ebb
commit 64182805a0
5 changed files with 19 additions and 18 deletions

View file

@ -1,8 +1,9 @@
#ifndef SOLVE_H
#define SOLVE_H
int t7_solve (
int t2_solve (
double (*f) (double),
double (*d) (double),
double x_0, double eps,
int m, double *x
);