All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cern.colt.Math Maven / Gradle / Ivy

package cern.colt;

public class Math {
  public static double log2(double value) {
    return java.lang.Math.log(value) * 1.4426950408889634;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy