- All Implemented Interfaces:
Serializable,Comparable<Decimal128>
This class implements the IEEE 754 binary128 floating point specification
- Author:
- Thomas Kasper
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DecimalCodec<Decimal128> static final FloatingFactory<Decimal128> static final Decimal128static final Decimal128static final Decimal128static final Decimal128static final Decimal128static final Decimal128static final Decimal128Fields inherited from class at.syntaxerror.ieee754.decimal.Decimal
DEFAULT_CODING -
Method Summary
Methods inherited from class at.syntaxerror.ieee754.Floating
compareTo, doubleValue, 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 floating-point number- Specified by:
getCodecin classFloating<Decimal128>- Returns:
- the codec
-