This commit is contained in:
AZEN-SGG 2025-05-11 17:02:30 +03:00
parent f140ae9722
commit 6efd4f5786
20 changed files with 51 additions and 34 deletions

View file

@ -1,7 +1,9 @@
#ifndef SOLVE_H
#define SOLVE_H
int t2_solve (
#define NUM_FPE 1e-300
double t2_solve (
double (*f) (double),
double x, double h
);