making dist

This commit is contained in:
AZEN-SGG 2025-05-11 14:38:39 +03:00
parent 0cde98a554
commit 6ffe18f36a
32 changed files with 630 additions and 1017 deletions

13
2025.05.02/10Ex/init_f.h Normal file
View file

@ -0,0 +1,13 @@
#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);
double f3 (double x);
double f4 (double x);
double f5 (double x);
double f6 (double x);
#endif