math_log1         411 math.c         static double math_log1(VALUE x);
math_log1         441 math.c             d = math_log1(x);
math_log1         443 math.c         	d /= math_log1(base);