Uses of Class
at.syntaxerror.ieee754.Floating
Packages that use Floating
Package
Description
-
Uses of Floating in at.syntaxerror.ieee754
Classes in at.syntaxerror.ieee754 with type parameters of type FloatingModifier and TypeClassDescriptionclassclassFloatingCodec<T extends Floating<T>>This class represents the base codec for encoding and decoding IEEE 754 floating point numbers.interfaceFloatingFactory<T extends Floating<T>>This class is used to create newFloatingobjects -
Uses of Floating in at.syntaxerror.ieee754.binary
Subclasses of Floating in at.syntaxerror.ieee754.binaryModifier and TypeClassDescriptionclassThis class is the base class for implementing IEEE 754 binary floating point specificationsfinal classThis class implements the IEEE 754 floating point specification for 1024-bit numbers.final classThis class implements the IEEE 754 binary128 floating point specificationfinal classThis class implements the IEEE 754 binary16 floating point specificationfinal classThis class implements the IEEE 754 floating point specification for 2048-bit numbers.final classThis class implements the IEEE 754 binary256 floating point specificationfinal classThis class implements the IEEE 754 binary32 floating point specificationfinal classThis class implements the IEEE 754 floating point specification for 512-bit numbers.final classThis class implements the IEEE 754 binary64 floating point specificationfinal classThis class implements the x87 extended precision (80-bit) floating point specification -
Uses of Floating in at.syntaxerror.ieee754.decimal
Subclasses of Floating in at.syntaxerror.ieee754.decimalModifier and TypeClassDescriptionclassThis class is the base class for implementing IEEE 754 decimal floating point specificationsfinal classThis class implements the IEEE 754 binary128 floating point specificationfinal classThis class implements the IEEE 754 binary32 floating point specificationfinal classThis class implements the IEEE 754 binary64 floating point specification