Task 8 is done

This commit is contained in:
AZEN-SGG 2025-04-18 03:01:54 +03:00
parent 2efd819d0f
commit 98a608ce96
22 changed files with 1270 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#ifndef CONTIN_FUNC_H
#define CONTIN_FUNC_H
double fln (const double x, const double eps);
double sln (const double x, const double eps);
#endif