5 #include <grass/raster.h>
6 #include <grass/calc.h>
17 #define RADIANS_TO_DEGREES (180.0 / M_PI)
19 int f_asin(
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]))
volatile int floating_point_exception
#define RADIANS_TO_DEGREES
int f_asin(int argc, const int *argt, void **args)