9 Intrinsic Procedures

Intrinsic procedures are functions and subroutines that are included in the Fortran 95/90 library. There are four classes of these intrinsic procedures, as follows:

Intrinsic procedures are invoked the same way as other procedures, and follow the same rules of argument association.

The intrinsic procedures have generic (or common) names, and many of the intrinsic functions have specific names. (Some intrinsic functions are both generic and specific.)

In general, generic functions accept arguments of more than one data type; the data type of the result is the same as that of the arguments in the function reference. For elemental functions with more than one argument, all arguments must be of the same type (except for the function MERGE).

When an intrinsic function is passed as an actual argument to a procedure, its specific name must be used, and when called, its arguments must be scalar. Some specific intrinsic functions are not allowed as actual arguments in all circumstances.

Table 9-1 lists specific functions that cannot be passed as actual arguments.

Table 9-1 Functions Not Allowed as Actual Arguments

AIMAX0  EOF   JIDINT  MAX0 
AIMIN0  FLOAT  JIFIX  MAX1 
AJMAX0  FLOATI   JINT   MIN0 
AJMIN0  FLOATJ   JMAX0  MIN1 
AKMAX0  FLOATK   JMAX1  MULT_HIGH 
AKMIN0  ICHAR  JMIN0  NUMBER_OF_PROCESSORS 
AMAX0  IDINT  JMIN1  NWORKERS 
AMAX1  IFIX  KIDINT  PROCESSORS_SHAPE 
AMIN0  IIDINT  KIFIX   QCMPLX 
AMIN1  IIFIX  KINT   QEXT 
CHAR  IINT   KIQINT   QEXTD 
CMPLX  IMAX0   KIQNNT   QMAX1 
DBLE  IMAX1   KMAX0  QMIN1 
DBLEQ  IMIN0   KMAX1  QREAL 
DCMPLX  IMIN1   KMIN0   RAN 
DFLOTI  INT  KMIN1  REAL 
DFLOTJ  INT_PTR_KIND  LGE  SECNDS  
DFLOTK  INT1  LGT  SIZEOF 
DMAX1  INT2  LLE  SNGL 
DMIN1  INT4  LLT  SNGLQ 
DPROD  INT8  LOC  ZEXT 
DREAL   JFIX  MALLOC   

This chapter contains information on the following topics:

For More Information:


Previous Page Next Page Table of Contents