Functions Index :: A :: ArcCosh

[<< up one level]

Module:

numeric :: functions

Definition:

ArcCosh(float x)

Description:

Returns the inverse hyperbolic cosine of its argument.

Examples:

v = ArcCosh(1.5431) # v == 1.0000

v = ArcCosh(3.7622) # v == 2,0000

 

[<< top]