- 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 BinaryFactory<Binary1024>static final Binary1024static final Binary1024static final Binary1024static final Binary1024static final Binary1024static final Binary1024static final Binary1024 -
Method Summary
Methods inherited from class at.syntaxerror.ieee754.binary.Binary
compareTo, doubleValue, encode, floatValue, getBigDecimal, getSignum, intValue, isFinite, isInfinity, isNaN, isNegative, isNegativeInfinity, isNegativeZero, isPositive, isPositiveInfinity, isPositiveZero, isQuietNaN, isSignalingNaN, isZero, longValue, toStringMethods 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 thecodecused for this binary floating-point number- Specified by:
getCodecin classBinary<Binary1024>- Returns:
- the codec
-