Scilab-Branch-6.1-GIT
Scilab Help >> Elementary Functions > Trigonometry > asinh
asinh
hyperbolic sine inverse
Syntax
[t] = asinh(x)
Arguments
- x
a real or complex vector/matrix.
- t
a real or complex vector/matrix.
Description
The entries of t
are the hyperbolic sine inverse
of the corresponding entries of x
. Definition domain is
]-1,i[
.
Sample

Examples
A=[1,2;2,3] sinh(asinh(A))
See also
- sinh — hyperbolic sine
Comments
Add a comment:
Please login to comment this page.