mmc
Class MathModel

java.lang.Object
  extended by mmc.MathModel
Direct Known Subclasses:
FindRoot, Integral, Interpolate, StandardNormal

public abstract class MathModel
extends java.lang.Object

root of pure math functions


Field Summary
protected static double computerPrecision
           
 
Constructor Summary
MathModel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

computerPrecision

protected static final double computerPrecision
See Also:
Constant Field Values
Constructor Detail

MathModel

public MathModel()