math
Class Constants

java.lang.Object
  extended by math.Constants

public class Constants
extends java.lang.Object

a class with needed constants


Field Summary
static double infinity
           
static double inv_2pi
           
static double inv_pi
           
static double nearzero
           
static double one_over_three
           
static double pi_over_two
           
static double two_pi
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

infinity

public static double infinity

nearzero

public static double nearzero

inv_pi

public static double inv_pi

two_pi

public static double two_pi

inv_2pi

public static double inv_2pi

pi_over_two

public static double pi_over_two

one_over_three

public static double one_over_three
Constructor Detail

Constants

public Constants()