ProGAL.math
Class Constants

java.lang.Object
  extended by ProGAL.math.Constants

public class Constants
extends java.lang.Object


Field Summary
static double bigDouble
           
static double EPSILON
           
static java.math.BigDecimal EPSILONBD
           
static double PI
           
static double SQRT2
           
static double SQRT3
           
static double TAU
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EPSILON

public static double EPSILON

EPSILONBD

public static java.math.BigDecimal EPSILONBD

bigDouble

public static double bigDouble

SQRT3

public static double SQRT3

SQRT2

public static double SQRT2

PI

public static double PI

TAU

public static double TAU
Constructor Detail

Constants

public Constants()