edu.harvard.seas.iis.util
Class MathUtils

java.lang.Object
  extended by edu.harvard.seas.iis.util.MathUtils

public class MathUtils
extends java.lang.Object


Constructor Summary
MathUtils()
           
 
Method Summary
static double log(double a, double base)
           
static void main(java.lang.String[] args)
           
static double[] rationalApproximation(double x, double minDenom)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathUtils

public MathUtils()
Method Detail

log

public static double log(double a,
                         double base)

rationalApproximation

public static double[] rationalApproximation(double x,
                                             double minDenom)

main

public static void main(java.lang.String[] args)