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-D0D50EB3-8A1A-4C67-B41E-042A16DF9294
Visible to Intel only — GUID: GUID-D0D50EB3-8A1A-4C67-B41E-042A16DF9294
RNUM
Elemental Intrinsic Function (Specific): Converts a character string to a REAL(4) value. This function cannot be passed as an actual argument.
result = RNUM (i)
i |
(Input) Must be of type character. |
Results
The result type is REAL(4). The result value is the real value represented by the character string i.
Example
RNUM ("821.003") has the value 821.003 of type REAL(4).