java.lang.Object
io.sf.jclf.lang.IEEE754Number
IEEE 754 utility class, for use by number-formatting classes.
References:
- A program for testing IEEE Decimal-binary Conversion - Vern Paxon, 1991 (ftp.ee.lbl.gov)
- Sun Microsystems Numerical Computation Guide
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
NUMBER
public static final int NUMBER- See Also:
-
INFINITO_POSITIVO
public static final int INFINITO_POSITIVO- See Also:
-
INFINITO_NEGATIVO
public static final int INFINITO_NEGATIVO- See Also:
-
NAN
public static final int NAN- See Also:
-
-
Constructor Details
-
IEEE754Number
public IEEE754Number(double d)
-
-
Method Details
-
getMantissa
public long getMantissa() -
getType
public int getType() -
getExponent
public int getExponent()
-