Functions Index :: A :: ArcSinh

[<< up one level]

Module:

numeric :: functions

Definition:

ArcSinh(float x)

Description:

Returns the inverse hyperbolic sine of its argument.

Examples:

v = ArcSinh(1.1752) # v == 1.000

v = ArcSinh(3.6269) # v == 2.0000

 

[<< top]