GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
xsin.c File Reference
#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/calc.h>
Include dependency graph for xsin.c:

Go to the source code of this file.

Macros

#define DEGREES_TO_RADIANS   (M_PI / 180.0)
 

Functions

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

Macro Definition Documentation

◆ DEGREES_TO_RADIANS

#define DEGREES_TO_RADIANS   (M_PI / 180.0)

Definition at line 17 of file xsin.c.

Referenced by f_sin().

Function Documentation

◆ f_sin()

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