- All Implemented Interfaces:
Serializable
,Comparable<Binary2048>
This class implements the IEEE 754 floating point specification for 2048-bit numbers.
Warning: This format is not official and exists for demonstration purposes only. Encoding/decoding might take extremely long, results might be inaccurate.
- Author:
- Thomas Kasper
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BinaryCodec
<Binary2048> static final FloatingFactory
<Binary2048> static final Binary2048
static final Binary2048
static final Binary2048
static final Binary2048
static final Binary2048
static final Binary2048
static final Binary2048
-
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<Binary2048>
- Returns:
- the codec
-