SINH(X)
Purpose
Hyperbolic sine function.
Class
Elemental function
Argument type and attributes
- X
- An INTENT(IN) REAL
or type complex.
Result type and attributes
Same as X.
Result value
The result value approximates sinh(X).
If X is of type complex, its imaginary part
is considered a value in radians.
Examples
SINH(1.0) has the value 1.1752012, approximately.
SINH((1.000000,
0.000000)) has the value (1.175201, 0.000000), approximately.
| Specific Name | Argument Type | Result Type | Pass As Arg? |
|---|---|---|---|
| SINH 1 | default real | default real | yes |
| DSINH 2 | double precision real | double precision real | yes |
| QSINH 2 3 | REAL(16) | REAL(16) | yes |
| Note:
|
|||


