Functions Index :: A :: ArcTanh

[<< up one level]

Module:

numeric :: functions

Definition:

ArcTanh(float x)

Description:

Returns the inverse hyperbolic tangent of its argument.

Examples:

v = ArcTanh(0.7616) # v == 1.0000

v = ArcTanh(Pi/4) # v == 1.0593

 

[<< top]