asinh
Inverse hyperbolic sine.
Syntax
Section titled “Syntax”Y = asinh(X)Description
Section titled “Description”Returns log(X + sqrt(X^2 + 1)). Defined for all real X.
Inverse hyperbolic sine.
Y = asinh(X)Returns log(X + sqrt(X^2 + 1)). Defined for all real X.