Scilab 6.1.0
Scilab Help >> Elementary Functions > Trigonometry > sinh
sinh
hyperbolic sine
Syntax
[t] = sinh(x)
Arguments
- x, t
real or complex vectors/matrices.
Description
The elements of t
are the hyperbolic sine
of elements of x
.
Sample

Examples
asinh(sinh([0,1,%i]))
See also
- asinh — hyperbolic sine inverse
Comments
Add a comment:
Please login to comment this page.