mro.util
Class MoreMath

java.lang.Object
  extended by mro.util.MoreMath

public class MoreMath
extends java.lang.Object

A class with some extra mathematical functions.


Field Summary
private static double logOf10
           
private static double logOf2
           
 
Constructor Summary
MoreMath()
           
 
Method Summary
static double log(double a, double base)
           
static double log10(double a)
           
static double log2(double a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logOf2

private static double logOf2

logOf10

private static double logOf10
Constructor Detail

MoreMath

public MoreMath()
Method Detail

log2

public static double log2(double a)

log10

public static double log10(double a)

log

public static double log(double a,
                         double base)