org.encog.mathutil
Class MathConst

java.lang.Object
  extended by org.encog.mathutil.MathConst

public final class MathConst
extends Object

Math constants needed by Encog.

Author:
jheaton

Field Summary
static double DEG_CIRCLE
          Degrees in a circle.
static double DEG_SEMICIRCLE
          Degrees in a semicircle.
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

DEG_SEMICIRCLE

public static final double DEG_SEMICIRCLE
Degrees in a semicircle.

See Also:
Constant Field Values

DEG_CIRCLE

public static final double DEG_CIRCLE
Degrees in a circle.

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.