GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <math.h>
#include <grass/gis.h>
Go to the source code of this file.
Macros | |
#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)) |
Definition at line 22 of file gammavol.c.
Referenced by main().
#define EP .0000000001 |
Definition at line 25 of file gammavol.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 36 of file gammavol.c.
References ABS, EP, and sphere_volume().
double sphere_volume | ( | double | dimension | ) |