2nd_Sem_Bogachev/2025.04.18/08Ex/contin_func.h
2025-04-18 03:01:54 +03:00

7 lines
147 B
C

#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