Programm is compiling

This commit is contained in:
AZEN-SGG 2025-04-30 12:01:55 +03:00
parent 135f27f63d
commit 8e114b5c29
17 changed files with 328 additions and 90 deletions

View file

@ -1,6 +1,7 @@
#ifndef INIT_F_H
#define INIT_F_H
int get_call_count (void);
double f0 (double x);
double f1 (double x);
double f2 (double x);