GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
Loading...
Searching...
No Matches
pi.h File Reference
#include <grass/gis.h>
Include dependency graph for pi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define Radians(x)
#define Degrees(x)

Macro Definition Documentation

◆ Degrees

#define Degrees ( x)
Value:
((x) * 180.0 / M_PI)
#define x

Definition at line 7 of file pi.h.

Referenced by G_geodesic_lat_from_lon(), and G_rhumbline_lat_from_lon().

◆ Radians