Uses of Class
at.syntaxerror.ieee754.decimal.Decimal
Packages that use Decimal
-
Uses of Decimal in at.syntaxerror.ieee754.decimal
Classes in at.syntaxerror.ieee754.decimal with type parameters of type DecimalModifier and TypeClassDescriptionclass
This class is the base class for implementing IEEE 754 decimal floating point specificationsclass
DecimalCodec<T extends Decimal<T>>
This class represents a codec capable of encoding and decoding IEEE 754 decimal floating point numbers as well as computing common values (such as NaN, maximum value, ...)Subclasses of Decimal in at.syntaxerror.ieee754.decimalModifier and TypeClassDescriptionfinal class
This class implements the IEEE 754 binary128 floating point specificationfinal class
This class implements the IEEE 754 binary32 floating point specificationfinal class
This class implements the IEEE 754 binary64 floating point specification