org.apache.ctakes.utils.wiki
Class ApproximateMath

java.lang.Object
  extended by org.apache.ctakes.utils.wiki.ApproximateMath

public class ApproximateMath
extends java.lang.Object


Constructor Summary
ApproximateMath()
           
 
Method Summary
static double alog(double d)
           
static double asqrt(double d)
           
static double asqrt(int i)
           
static void dumpCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApproximateMath

public ApproximateMath()
Method Detail

asqrt

public static final double asqrt(int i)

asqrt

public static final double asqrt(double d)

alog

public static final double alog(double d)

dumpCache

public static void dumpCache()