5 #include <grass/raster.h> 6 #include <grass/calc.h> 17 #define DEGREES_TO_RADIANS (M_PI / 180.0) 19 int f_sin(
int argc,
const int *argt,
void **args)
22 DCELL *arg1 = args[1];
30 if (argt[0] != DCELL_TYPE)
33 if (argt[1] != DCELL_TYPE)
37 if (IS_NULL_D(&arg1[i]))
int f_sin(int argc, const int *argt, void **args)
volatile int floating_point_exception
#define DEGREES_TO_RADIANS