2nd_Sem_Bogachev/2025.04.18/05Ex/contin_func.h
2025-04-17 21:56:31 +03:00

7 lines
149 B
C

#ifndef CONTIN_FUNC_H
#define CONTIN_FUNC_H
double ssin (const double x, const double eps);
double scos (const double x, const double eps);
#endif