2nd_Sem_Bogachev/2025.04.18/07Ex/contin_func.h
2025-04-18 00:41:17 +03:00

6 lines
101 B
C

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