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-ABEA8B85-C9EE-46AC-98B5-19998EB8D89E
Visible to Intel only — GUID: GUID-ABEA8B85-C9EE-46AC-98B5-19998EB8D89E
GAMMA
Elemental Intrinsic Function (Generic): Returns the gamma value of its argument.
result = GAMMA (x)
x |
(Input) Must be of type real. It must not be zero or a negative number. |
Results
The result type and kind are the same as x.
The result has a value equal to a processor-dependent approximation to the gamma function of x,
Example
GAMMA (1.0) has the approximate value 1.000.