Lines Matching full:log10
3494 * to determine k = floor(log10(d)). We scale relevant3662 * log10(x) = log(x) / log(10)3664 * log10(d) = (i-Bias)*log(2)/log(10) + log10(d2)3666 * This suggests computing an approximation k to log10(d) by3679 * (We could get a more accurate k by invoking log10,