- 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 Decimal128
static final Decimal128
static final Decimal128
static final Decimal128
static final Decimal128
static final Decimal128
static final Decimal128
Fields 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, 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<Decimal128>
- Returns:
- the codec
-