Jeospace API

org.jeospace.coordinate
Interface MathConstants


public interface MathConstants

Useful constants for floating point math operations

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static double DBL_EPSILON
          The smallest discernible double precision floating point number.
static double FLT_EPSILON
          The smallest discernible single precision floating point number.
 

Field Detail

DBL_EPSILON

public static final double DBL_EPSILON
The smallest discernible double precision floating point number. Such that 1.0 + DBL_EPSILON != 1.0

See Also:
Constant Field Values

FLT_EPSILON

public static final double FLT_EPSILON
The smallest discernible single precision floating point number. Such that 1.0f + FLT_EPSILON != 1.0f

See Also:
Constant Field Values

Jeospace API

Copyright © 2006 - jeospace.org