GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
Go to the source code of this file.
Macros | |
#define | GSL_SQRT_DBL_EPSILON 1.e-4 |
#define | GSL_DBL_EPSILON 1.e-8 |
Functions | |
double | brent_iterate (double(*f)(double), double x_lower, double x_upper, int maxiter) |