FORTRAN 77 Language Reference

Description

If the name of an intrinsic function is used as an actual argument, it must appear in an INTRINSIC statement in the same program unit.

Example: Intrinsic functions passed as actual arguments:


       INTRINSIC SIN, COS 
       X = CALC ( SIN, COS )