Functions Index :: A :: ArcCoth
Module:
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
Module:
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