changa 3.5
Loading...
Searching...
No Matches
romberg.h
1
2#if defined(__cplusplus)
3extern "C" {
4#endif
5
6double
7dRombergO(const void *CTX,double (*func)(const void *, double),double a,double b,
8 double eps);
9double
10dRombergC(const void *CTX,double (*func)(const void *, double),double a,double b,
11 double eps);
12
13#if defined(__cplusplus)
14}
15
16#endif