GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
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 17 of file xasin.c.

Function Documentation

◆ f_asin()

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

Definition at line 19 of file xasin.c.

References columns, floating_point_exception, and RADIANS_TO_DEGREES.