DF7FNG - call a Fortran 66 double precision function.

Usage:

external target
double precision result, df7fng
  ...
intres = df7fng(target, arg1 [, arg2, ...])

Where:

target
is the name of the Fortran 66 function to be called.
arg1, arg2, ...
are the arguments of function "target".
result
is the double precision result returned.

Description:

DF7FNG allows a Fortran 77 routine to call a double precision function which uses the Fortran 66 call sequence.

See Also:

expl f77 lib f7calg
for more notes about calling Fortran 66 routines from Fortran 77.

Copyright © 1996, Thinkage Ltd.