Home
last modified time | relevance | path

Searched refs:log1point2 (Results 1 – 1 of 1) sorted by relevance

/dports/biology/bbmap/bbmap/current/shared/
H A DTools.java3449 public static double log1point2(double d){ in log1point2() method
3457 private static final double log1point2=Math.log(1.2); local
3458 private static final double invlog1point2=1/log1point2;