Uses of Class
at.syntaxerror.ieee754.Floating

Packages that use Floating
  • Uses of Floating in at.syntaxerror.ieee754

    Classes in at.syntaxerror.ieee754 with type parameters of type Floating
    Modifier and Type
    Class
    Description
    class 
    Floating<T extends Floating<T>>
    This class represents the base class for IEEE 754 binary and decimal numbers.
    class 
    FloatingCodec<T extends Floating<T>>
    This class represents the base codec for encoding and decoding IEEE 754 floating point numbers.
    interface 
    This class is used to create new Floating objects
  • Uses of Floating in at.syntaxerror.ieee754.binary

    Modifier and Type
    Class
    Description
    class 
    Binary<T extends Binary<T>>
    This class is the base class for implementing IEEE 754 binary floating point specifications
    final class 
    This class implements the IEEE 754 floating point specification for 1024-bit numbers.
    final class 
    This class implements the IEEE 754 binary128 floating point specification
    final class 
    This class implements the IEEE 754 binary16 floating point specification
    final class 
    This class implements the IEEE 754 floating point specification for 2048-bit numbers.
    final class 
    This class implements the IEEE 754 binary256 floating point specification
    final class 
    This class implements the IEEE 754 binary32 floating point specification
    final class 
    This class implements the IEEE 754 floating point specification for 512-bit numbers.
    final class 
    This class implements the IEEE 754 binary64 floating point specification
    final class 
    This class implements the x87 extended precision (80-bit) floating point specification
  • Uses of Floating in at.syntaxerror.ieee754.decimal

    Modifier and Type
    Class
    Description
    class 
    Decimal<T extends Decimal<T>>
    This class is the base class for implementing IEEE 754 decimal floating point specifications
    final class 
    This class implements the IEEE 754 binary128 floating point specification
    final class 
    This class implements the IEEE 754 binary32 floating point specification
    final class 
    This class implements the IEEE 754 binary64 floating point specification