#include <stdio.h>
#include <math.h>
#include <grass/gis.h>
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 | ) |