Uses of Class
at.syntaxerror.ieee754.FloatingCodec
Packages that use FloatingCodec
Package
Description
-
Uses of FloatingCodec in at.syntaxerror.ieee754
Methods in at.syntaxerror.ieee754 that return FloatingCodecModifier and TypeMethodDescriptionabstract FloatingCodec
<T> Floating.getCodec()
Returns thecodec
used for this floating-point number -
Uses of FloatingCodec in at.syntaxerror.ieee754.binary
Subclasses of FloatingCodec in at.syntaxerror.ieee754.binaryModifier and TypeClassDescriptionfinal class
BinaryCodec<T extends Binary<T>>
This class represents a codec capable of encoding and decoding IEEE 754 binary floating point numbers as well as computing common values (such as NaN, maximum value, ...) -
Uses of FloatingCodec in at.syntaxerror.ieee754.decimal
Subclasses of FloatingCodec in at.syntaxerror.ieee754.decimalModifier and TypeClassDescriptionclass
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, ...)