Package com.tagtraum.audiokern.math
Class Logarithm
- java.lang.Object
-
- com.tagtraum.audiokern.math.Logarithm
-
public final class Logarithm extends Object
Logarithm.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
log10(double n)
Base 10 logarithm.static double
log2(double n)
Base 2 logarithm.
-