Searched refs:LN_2 (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/math/
H A DDoubleMath.java196 return Math.log(x) / LN_2; // surprisingly within 1 ulp according to tests
199 private static final double LN_2 = Math.log(2); field in class:DoubleMath

Completed in 88 milliseconds