Data types¶
- Types
- Types and Representation
- Shared variable control
- Records
- Aggregates
- Arrays
- Strings
- Numerics
- Numeric Literals
- Universal Numeric Types
- Base types
- Discrete and Real Numeric Types
- Integer types
- Modular Types
- Floating-point types
- Decimal precision
- Predefined floating-point types
- Custom floating-point types
- Derived floating-point types and subtypes
- Size of floating-point types
- Custom size of floating-point types
- Range of custom floating-point types and subtypes
- Range of base type
- System max. base digits and max. digits values
- Illegal floating-point type declarations
- Fixed-point types
- Decimal fixed-point types
- Decimal precision
- Scale and delta
- Derived decimal fixed-point types and subtypes
- Size of decimal fixed-point types
- Custom size of decimal fixed-point types
- Range of decimal fixed-point types and subtypes
- Type conversion using decimal types
- Package Decimal
- Illegal decimal fixed-point type declarations
- Machine representation of decimal types
- Operations on decimal types
- Decimal vs. floating-point types
- Big Numbers
- Numeric Attributes