log10             326 math.c         # define log10(x) ((x) < 0.0 ? nan("") : log10(x))
log10             364 math.c             return log10(x)/log10(2.0);
log10             407 math.c             d = log10(d0);