Searched refs:LN_10 (Results 1 – 2 of 2) sorted by relevance
135 int approxLog10 = (int) (log2(x, FLOOR) * LN_2 / LN_10); in log10()195 private static final double LN_10 = Math.log(10); field in BigIntegerMath
118 private static final double LN_10 = Math.log(10); field in BigIntegerMath