Contents
Previous
Next
Subchapters
Current Chapters->
acos
asin
atan
cos
cosh
exp
log
log10
sin
sinh
tan
tanh
log2
pow2
atan2
angle
asinh
acosh
atanh
hypot
Parent Chapters->
Omatrix6
elementary
transcendental
sinh
Search Tools->
contents
reference
index
search
Hyperbolic Sine Function
Syntax
sinh(
value
)
See Also
asinh
,
sin
,
cosh
,
tanh
Description
Returns the
element-by-element
hyperbolic sine of
value
, where
value
is a real or double-precision matrix.
Example
sinh([-1., 0, 1.])
returns
[ -1.1752 , 0, 1.1752 ]