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