Go to the first, previous, next, last section, table of contents.


Log Intrinsic

Log(X)

Log: 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 the natural logarithm of X, which must be greater than zero or, if type COMPLEX, must not be zero.

See section Exp Intrinsic, for the inverse of this function.

See section Log10 Intrinsic, for the base-10 logarithm function.


Go to the first, previous, next, last section, table of contents.