Uses of Class
at.syntaxerror.ieee754.binary.Binary

Packages that use Binary
Package
Description
 
  • Uses of Binary in at.syntaxerror.ieee754.binary

    Classes in at.syntaxerror.ieee754.binary with type parameters of type 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 
    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, ...)
    Modifier and Type
    Class
    Description
    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