[Contents] [Previous Section] [Next Section] [Index]


tanh-Hyperbolic Tangent

Interface

F_TYPE tanh (F_TYPE x)

Description

tanh() computes the hyperbolic tangent of x.

tanh(x) is defined as (exp(x)-exp(-x))/(exp(x) + exp(-x)).

Exceptions

None.


[Contents] [Previous Section] [Next Section] [Index]