EXP(3F) COMMAND REFERENCE EXP(3F)
NAME
exp, dexp, cexp - FORTRAN exponential intrinsic function
SYNOPSIS
real r1, r2
double precision dp1, dp2
complex cx1, cx2
r2 = exp(r1)
dp2 = dexp(dp1)
dp2 = exp(dp1)
cx2 = clog(cx1)
cx2 = exp(cx1)
DESCRIPTION
Exp returns the real exponential function ex of its real
argument. Dexp returns the double-precision exponential
function of its double-precision argument. Cexp returns the
complex exponential function of its complex argument. The
generic function exp becomes a call to dexp or cexp as
required, depending on the type of its argument.
SEE ALSO
exp(3m).
Printed 3/13/89 1
%%index%%
na:240,108;
sy:348,1313;
de:1661,715;
se:2376,129;
%%index%%000000000084