GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
xacos.c File Reference
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/calc.h>
Include dependency graph for xacos.c:

Go to the source code of this file.

Macros

#define RADIANS_TO_DEGREES   (180.0 / M_PI)
 

Functions

int f_acos (int argc, const int *argt, void **args)
 

Macro Definition Documentation

◆ RADIANS_TO_DEGREES

#define RADIANS_TO_DEGREES   (180.0 / M_PI)

Definition at line 17 of file xacos.c.

Function Documentation

◆ f_acos()

int f_acos ( int  argc,
const int *  argt,
void **  args 
)