HyperMath

Asinh

Asinh

Previous topic Next topic No expanding text in this topic  

Asinh

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The inverse hyperbolic sine of the argument.

Syntax

s = Asinh(m)

Argument

Name

Description

 

m

A real or complex scalar, vector or matrix.

Output

Name

Description

 

s

The inverse hyperbolic cosine of each entry in radians.

Example

Find the inverse hyperbolic sine of elements in a matrix.

 

Syntax

 

S = Asinh([0.1,0.2;0.3,0.4])

 

Result

 

S = 0.099834  0.19869

   0.29567  0.39004

Comments

Real arguments produce real results.

See Also:

Acosh

Atanh

Cosh

Sinh

Tanh