Task 12 started

This commit is contained in:
AZEN-SGG 2025-05-14 22:19:49 +03:00
parent ff85cc43fe
commit e0046e37ef
4 changed files with 32 additions and 23 deletions

View file

@ -1,8 +1,9 @@
#ifndef SOLVE_H
#define SOLVE_H
int t8_solve (
double (*f) (double),
int t12_solve (
double (*x) (double),
double (*y) (double),
double a, double b,
double eps, double *res
);