GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/calc.h>
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) |
#define RADIANS_TO_DEGREES (180.0 / M_PI) |
int f_asin | ( | int | argc, |
const int * | argt, | ||
void ** | args | ||
) |
Definition at line 20 of file xasin.c.
References columns, DCELL_TYPE, E_ARG_HI, E_ARG_LO, E_ARG_TYPE, E_RES_TYPE, floating_point_exception, IS_NULL_D, RADIANS_TO_DEGREES, and SET_NULL_D.