HomeSort by relevance Sort by last modified time
    Searched defs:LN_2 (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 196 return Math.log(x) / LN_2; // surprisingly within 1 ulp according to tests
199 private static final double LN_2 = Math.log(2);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 34 milliseconds