6 lines
101 B
C
6 lines
101 B
C
#ifndef CONTIN_FUNC_H
|
|
#define CONTIN_FUNC_H
|
|
|
|
double sexp (const double x, const double eps);
|
|
|
|
#endif
|