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-A8A6DB58-73BC-40D9-A5C7-73F084DA0299
Visible to Intel only — GUID: GUID-A8A6DB58-73BC-40D9-A5C7-73F084DA0299
COSH
Elemental Intrinsic Function (Generic): Produces a hyperbolic cosine.
result = COSH (x)
x |
(Input) Must be of type real or complex. |
Results
The result type and kind are the same as x.
If x is of type complex, the imaginary part of the result is in radians.
Specific Name |
Argument Type |
Result Type |
---|---|---|
COSH |
REAL(4) |
REAL(4) |
DCOSH |
REAL(8) |
REAL(8) |
QCOSH |
REAL(16) |
REAL(16) |
Example
COSH (2.0) has the value 3.762196.
COSH (0.65893) has the value 1.225064.