Man Scilab

sinh
Scilab Function

sinh - hyperbolic sine

Calling Sequence

[t]=sinh(x)

Parameters

Description

the elements of vector t are the hyperbolic sine of elements of vector x .

Examples


asinh(sinh([0,1,%i]))
 
  

See Also

asinh ,  

Back