Next: , Previous: Exit Intrinsic, Up: Table of Intrinsic Functions


8.11.9.99 Exp Intrinsic

     Exp(X)

Exp: REAL or COMPLEX function, the exact type being that of argument X.

X: REAL or COMPLEX; scalar; INTENT(IN).

Intrinsic groups: (standard FORTRAN 77).

Description:

Returns `e**X', where e is approximately 2.7182818.

See Log Intrinsic, for the inverse of this function.