#include <stdio.h>#include <math.h>#include <grass/gis.h>Include dependency graph for gammavol.c:

Go to the source code of this file.
Defines | |
| #define | ABS(a) ((a) > 0 ? (a) : -(a)) |
| #define | EP .0000000001 |
Functions | |
| double | sphere_volume (double dimension) |
| int | main () |
| #define ABS | ( | a | ) | ((a) > 0 ? (a) : -(a)) |
| #define EP .0000000001 |
| int main | ( | ) |
| double sphere_volume | ( | double | dimension | ) |
1.5.1