publicclass Extrema { publicstaticvoid main(String[] args) throws Exception { if (Double.MIN_VALUE != Double.longBitsToDouble(0x1L)) thrownew RuntimeException("Double.MIN_VALUE is not equal "+ "to longBitsToDouble(0x1L).");
if (Double.MIN_NORMAL != Double.longBitsToDouble(0x0010000000000000L)) thrownew RuntimeException("Double.MIN_NORMAL is not equal "+ "to longBitsToDouble(0x0010000000000000L).");
if (Double.MAX_VALUE != Double.longBitsToDouble(0x7fefffffffffffffL)) thrownew RuntimeException("Double.MAX_VALUE is not equal "+ "to longBitsToDouble(0x7fefffffffffffffL).");
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.