Functions Index :: A :: ArcCoth

[<< up one level]

Module:

numeric :: functions

Definition:

ArcCoth(float x)

Description:

Returns the inverse hyperbolic cotangent of its argument.

Examples:

v = ArcCoth(1.3130) # v == 1.0000

v = ArcCoth(2) # v == 0.5493

 

[<< top]