Started Example

This commit is contained in:
AZEN-SGG 2025-04-29 14:35:20 +03:00
parent f9716a8c7b
commit 135f27f63d
12 changed files with 310 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#ifndef INIT_F_H
#define INIT_F_H
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