TANH

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

構文

result = TANH (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

TANH

REAL(4)

REAL(4)

DTANH

REAL(8)

REAL(8)

QTANH

REAL(16)

REAL(16)

TANH (2.0) has the value 0.9640276.

TANH (0.8) has the value 0.6640368.


このヘルプトピックについてのフィードバックを送信

© 1996-2011 Intel Corporation. 無断での引用、転載を禁じます。