Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <cmath>
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | MAX_IT 100 |
#define | UNLIKELY_VAL -1.11111e+30 |
Functions | |
template<typename FLOAT , typename FUNC > | |
int | root (FLOAT x1, FLOAT x2, FLOAT xacc, FLOAT *x_root, FUNC func) |