SINH

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

Syntax

result = SINH (x)

x

(Input) Must be of type real.

Results

The result type and kind is the same as x.

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.


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.