Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 7/13/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

IFLOATI, IFLOATJ

Portability Functions: Convert an integer to single-precision real type.

Module

USE IFPORT

result = IFLOATI (i)

result = IFLOATJ (j)

i

(Input) Must be of type INTEGER(2).

j

(Input) Must be of type INTEGER(4).

Results

The result type is single-precision real (REAL(4) or REAL*4).

See Also