fr.cnes.sirius.patrius
Class UtilsPatrius
java.lang.Object
fr.cnes.sirius.patrius.UtilsPatrius
public final class UtilsPatrius
- extends Object
Epsilon constants
- Since:
- 1.1
- Version:
- $Id: UtilsPatrius.java 6322 2012-09-20 15:51:39Z CardosoP $
- 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2016 CNES. All Rights Reserved.