Uses of Class
at.syntaxerror.ieee754.decimal.Decimal

Packages that use Decimal
Package
Description
 
  • Uses of Decimal in at.syntaxerror.ieee754.decimal

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