Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-BF3083BA-299F-4DDE-8451-08BDFE0E662D
Visible to Intel only — GUID: GUID-BF3083BA-299F-4DDE-8451-08BDFE0E662D
LOG_GAMMA
Elemental Intrinsic Function (Generic): Returns the logarithm of the absolute value of the gamma function of the argument.
result = LOG_GAMMA (x)
x |
(Input) Must be of type real. It must not be zero or a negative integer. |
Results
The result type and kind are the same as x.
The result has a value equal to a processor-dependent approximation to the natural logarithm of the absolute value of the gamma function of x.
Example
LOG_GAMMA (3.0) has the approximate value 0.693.