Home | History | Annotate | Download | only in util

Lines Matching defs:EPSILON

35     /** Smallest positive number such that 1 - EPSILON is not numerically equal to 1. */
36 public static final double EPSILON = 0x1.0p-53;