49 |
#ifndef ASC_ROOTFIND_H |
#ifndef ASC_ROOTFIND_H |
50 |
#define ASC_ROOTFIND_H |
#define ASC_ROOTFIND_H |
51 |
|
|
52 |
|
/** addtogroup compiler Compiler |
53 |
|
@{ |
54 |
|
*/ |
55 |
|
|
56 |
extern double zbrent(ExtEvalFunc *func, |
extern double zbrent(ExtEvalFunc *func, |
57 |
double *lowbound, |
double *lowbound, |
58 |
double *upbound, |
double *upbound, |
89 |
@return The location of the found root (see also status code) |
@return The location of the found root (see also status code) |
90 |
*/ |
*/ |
91 |
|
|
92 |
|
/* @} */ |
93 |
|
|
94 |
#endif /* ASC_ROOTFIND_H */ |
#endif /* ASC_ROOTFIND_H */ |
95 |
|
|