|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|

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.
Definition at line 36 of file gammavol.c.
References ABS, EP, and sphere_volume().