2nd_Sem_Bogachev/2025.04.18/06Ex/contin_func.h
2025-04-18 00:41:17 +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