Functions Index :: T :: Tanh

[<< up one level]

Module:

numeric :: functions

Definition:

Tanh(float x)

Description:

Returns the hyperbolic tangent of its argument.

Examples:

v = Tanh(1) # v == 0.7616

v = Tanh(2) # v == 0.9640

 

[<< top]