Searched refs:k1Log10 (Results 1 – 3 of 3) sorted by relevance
393 const double k1Log10 = 0.30102999566398114; // 1/lg(10) in EstimatePower() local397 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower()
392 const double k1Log10 = 0.30102999566398114; // 1/lg(10) in EstimatePower() local396 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower()