The Encog Project

org.encog.util.math
Class MathConst

java.lang.Object
  extended by org.encog.util.math.MathConst

public final class MathConst
extends java.lang.Object

Math constants needed by Encog.

Author:
jheaton

Field Summary
static double EULERS_NUMBER
          Euler's number.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EULERS_NUMBER

public static final double EULERS_NUMBER
Euler's number.

See Also:
Constant Field Values

The Encog Project