7 lines
149 B
C
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
|