00001 package rlpark.plugin.rltoys.math; 00002 00003 public class Constants { 00004 final public static double EPSILON = 2 * Float.MIN_VALUE; 00005 }