6 lines
83 B
C
6 lines
83 B
C
#ifndef SOLVE_H
|
|
#define SOLVE_H
|
|
|
|
double fcos (double x, const double eps);
|
|
|
|
#endif
|