Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-F4047C6F-E873-40DA-82C0-FBA0DE4D8CEE
Visible to Intel only — GUID: GUID-F4047C6F-E873-40DA-82C0-FBA0DE4D8CEE
QREAL
Elemental Intrinsic Function (Specific): Converts the real part of a COMPLEX(16) argument to REAL(16) type. This is a specific function that has no generic function associated with it. It cannot be passed as an actual argument.
result = QREAL (a)
a |
(Input) Must be of type COMPLEX(16) (or COMPLEX*32). |
Results
The result type is quad-precision real (REAL(16) or REAL*16).
Example
QREAL ((2.0q0, 3.0q0)) has the value 2.0q0.