Oracle® Solaris Studio 12.4: Fortran User's Guide

Exit Print View

Updated: March 2015
 
 

4.10 Intrinsics

f95 supports some intrinsic procedures that are extensions beyond the standard.

Table 4-4  Nonstandard Intrinsics
Name
Definition
Function Type
Argument Types
Arguments
Notes
COT
Cotangent
real
real
([X=]x)
P, E
DDIM
Positive difference
double precision
double precision
([X=]x,[Y=]y)
P, E

Notes:P: The name can be passed as an argument. E: External code for the intrinsic is called at run time.

See the Fortran Library Reference for a more complete discussion of intrinsics, including those from Fortran 77 that are recognized by the Fortran compiler.