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-0B39BACC-A692-4B9A-BEDE-3591B85FB622
Visible to Intel only — GUID: GUID-0B39BACC-A692-4B9A-BEDE-3591B85FB622
SINH
Elemental Intrinsic Function (Generic): Produces a hyperbolic sine.
result = SINH (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 |
---|---|---|
SINH |
REAL(4) |
REAL(4) |
DSINH |
REAL(8) |
REAL(8) |
QSINH |
REAL(16) |
REAL(16) |
Example
SINH (2.0) has the value 3.626860.
SINH (0.8) has the value 0.8881060.