GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <stdio.h>
#include <math.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 (void) |
#define ABS | ( | a | ) | ((a) > 0 ? (a) : -(a)) |
Definition at line 22 of file gammavol.c.
#define EP .0000000001 |
Definition at line 25 of file gammavol.c.
int main | ( | void | ) |
Definition at line 36 of file gammavol.c.
References ABS, EP, and sphere_volume().
double sphere_volume | ( | double | dimension | ) |