22 int f_log(
int argc,
const int *argt,
void **args)
25 DCELL *arg1 = args[1];
26 DCELL *arg2 = (argc >= 2) ? args[2] : (
DCELL *) 0;
45 if (
IS_NULL_D(&arg1[i]) || (arg1[i] <= 0.0))
47 else if (argc > 1 && (
IS_NULL_D(&arg2[i]) || (arg2[i] <= 0.0)))
52 ? log(arg1[i]) / log(arg2[i])
volatile int floating_point_exception
int f_log(int argc, const int *argt, void **args)