fr.cnes.sirius.patrius
Class UtilsPatrius

java.lang.Object
  extended by fr.cnes.sirius.patrius.UtilsPatrius

public final class UtilsPatrius
extends Object

Epsilon constants

Since:
1.1
Version:
$Id: UtilsPatrius.java 17584 2017-05-10 13:26:39Z bignon $
Author:
antonj
Concurrency :
immutable

Field Summary
static double DOUBLE_COMPARISON_EPSILON
          Epsilon used for doubles relative comparison
static double EPSILON
          Smallest positive number such that 1 - EPSILON is not numerically equal to 1.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EPSILON

public static final double EPSILON
Smallest positive number such that 1 - EPSILON is not numerically equal to 1.


DOUBLE_COMPARISON_EPSILON

public static final double DOUBLE_COMPARISON_EPSILON
Epsilon used for doubles relative comparison

See Also:
Constant Field Values


Copyright © 2017 CNES. All Rights Reserved.