4#include <grass/raster.h>
16#define DEGREES_TO_RADIANS (M_PI / 180.0)
18int f_sin(
int argc,
const int *argt,
void **args)
21 DCELL *arg1 = args[1];
29 if (argt[0] != DCELL_TYPE)
32 if (argt[1] != DCELL_TYPE)
36 if (IS_NULL_D(&arg1[i]))
volatile int floating_point_exception
#define DEGREES_TO_RADIANS
int f_sin(int argc, const int *argt, void **args)