Visible to Intel only — GUID: GUID-2F7572AF-6D3C-4BFF-A696-F932F51F913B
Visible to Intel only — GUID: GUID-2F7572AF-6D3C-4BFF-A696-F932F51F913B
Real and Complex Editing
Real and complex editing is controlled by the F, E, D, EN, ES, and EX data edit descriptors. The G, B, O, and Z edit descriptors can also be used to edit real and complex data.
If no field width (w) is specified for a real data edit descriptor, the system supplies default values.
Real data edit descriptors can be affected by specified scale factors.
Do not use the real data edit descriptors when attempting to parse textual input. These descriptors accept some forms that are purely textual as valid numeric input values. For example, input values T and F are treated as values -1.0 and 0.0, respectively, for .TRUE. and .FALSE.