COSH

Elemental Intrinsic Function (Generic): Produces a hyperbolic cosine.

Syntax

result = COSH (x)

x
(Input) Must be of type real.

Results:

The result type is the same as x.

Specific Name Argument Type Result Type
COSHREAL(4) REAL(4)
DCOSH REAL(8) REAL(8)
QCOSH 1 REAL(16) REAL(16)
1 VMS and U*X

Examples

COSH (2.0) has the value 3.762196.

COSH (0.65893) has the value 1.225064.