|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.util.FloatingPoint
A representation of a single floating point number.
Field Summary | |
(package private) int |
exponent
|
(package private) static double |
log10
|
(package private) double |
mantissa
The mantissa is always either zero or between 1 and 10. |
Constructor Summary | |
(package private) |
FloatingPoint(double x)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
double mantissa
int exponent
static double log10
Constructor Detail |
FloatingPoint(double x)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |