Man Scilab

asinh
Scilab Function

asinh - hyperbolic sine inverse

Calling Sequence

[t]=asinh(x)

Parameters

Description

The entries of t are the hyperbolic sine inverse of the corresponding entries of x . Definition domain is ]-1,i[ It takes his values in sets

Examples


A=[1,2;2,3]
sinh(asinh(A))
 
  

Back