GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
xasin.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 xasin.c:

Go to the source code of this file.

Macros

#define RADIANS_TO_DEGREES   (180.0 / M_PI)
 

Functions

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

Macro Definition Documentation

◆ RADIANS_TO_DEGREES

#define RADIANS_TO_DEGREES   (180.0 / M_PI)

Definition at line 18 of file xasin.c.

Referenced by f_asin().

Function Documentation

◆ f_asin()

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