Section | Subsection | Section Offset | Length | Type | Description | Notes |
---|---|---|---|---|---|---|
Data | Flags | 0 | 1 | FloatFlags |
Flags for the real number |
|
Exponent | 1 | 1 | Integer |
The exponent of the real number |
|
|
Mantissa | 2 | 7 | BCD |
The mantissa of the real number |
|
Section | Subsection | Section Offset | Length | Type | Description | Notes |
---|---|---|---|---|---|---|
Data | Real Flags | 0 | 1 | FloatFlags |
Flags for the real part of the complex number |
|
Real | 0 | 9 | TIReal |
The real part of the complex number |
|
|
Real Exponent | 1 | 1 | Integer |
The exponent of the real part of the complex number |
|
|
Real Mantissa | 2 | 7 | BCD |
The mantissa of the real part of the complex number |
|
|
Imag Flags | 9 | 1 | FloatFlags |
Flags for the imaginary part of the complex number |
|
|
Imag | 9 | 9 | TIReal |
The imaginary part of the complex number |
|
|
Imag Exponent | 10 | 1 | Integer |
The exponent of the imaginary part of the complex number |
|
|
Imag Mantissa | 11 | 7 | BCD |
The mantissa of the imaginary part of the complex number |
|