log2              472 math.c         #ifndef log2
log2              480 math.c         extern double log2(double);
log2              522 math.c             return DBL2NUM(log2(d) + numbits); /* log2(d * 2 ** numbits) */