- All Implemented Interfaces:
Serializable
,Comparable<Binary1024>
This class implements the IEEE 754 floating point specification for 1024-bit numbers.
Warning: This format is not official and exists for demonstration purposes only. Encoding/decoding might take very long, results might be inaccurate.
- Author:
- Thomas Kasper
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BinaryCodec
<Binary1024> static final FloatingFactory
<Binary1024> static final Binary1024
static final Binary1024
static final Binary1024
static final Binary1024
static final Binary1024
static final Binary1024
static final Binary1024
-
Method Summary
Methods inherited from class at.syntaxerror.ieee754.Floating
compareTo, doubleValue, encode, floatValue, getBigDecimal, getSignum, intValue, isFinite, isInfinity, isNaN, isNegative, isNegativeInfinity, isNegativeZero, isPositive, isPositiveInfinity, isPositiveZero, isQuietNaN, isSignalingNaN, isZero, longValue, toString
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
FACTORY
-
CODEC
-
POSITIVE_INFINITY
-
NEGATIVE_INFINITY
-
QUIET_NAN
-
SIGNALING_NAN
-
MAX_VALUE
-
MIN_VALUE
-
MIN_NORMAL
-
-
Method Details
-
getCodec
Returns thecodec
used for this floating-point number- Specified by:
getCodec
in classFloating<Binary1024>
- Returns:
- the codec
-